<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 $hospad.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/15.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 $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 "HospAs">><<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>>
<<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>>
/* 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>>
/* 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>>
/* 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>><<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>>
/* 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>>
<</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>>
<</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>>
<</if>>
<</if>>
<</if>>
<</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>>
<</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, $asswgf.text to 5, $NewMes to 1>><<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>>
<</if>>
<</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>>
/* 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>>
</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>><<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.phone gte 1>>
<div id="phone"><<include "PhoneMain">></div>
<</if>>
<<if $inv.phone gte 1>>
<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">><<include "Speech Widgets V2">>
<<widget "chapter">><<nobr>>
<<if $chapter is 0>>Prologue
<<elseif $chapter is 1>>Act 1
<<elseif $chapter is 2>>Act 2
<</if>><</nobr>><</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 "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">>
<</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">>
<</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 $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>><</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">>
<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><</widget>>
<<widget "linebreak">><div style="text-align: center;">--------------------------------------------------------------</div><</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]]@@
<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 $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">$asswgf.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 $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 $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>>
<<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>
@@.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="inventorygrid">
<<if $inv.phone gte 1>>
<div class="inventoryitem"><img class="inventoryimg" src="images/Inventory/Phone.png"></div>
<div class="inventoryitemtext">Phone</div>
<</if>>
<<if $inv.hexbag gte 1>>
<<if $player.lust is 9 || ($player.lust gte 12 && lastVisited("StoryPass12") gt 1)>>
<div class="inventoryitem"><img class="inventoryimg" src="images/Inventory/Hex Bag.png"></div>
<div class="inventoryitemtext">Hex Bag</div>
<<elseif $player.lust is 10>>
<div class="inventoryitem"><img class="inventoryimg" style="filter: brightness(90%) grayscale(20%)" src="images/Inventory/Hex Bag.png"></div>
<div class="inventoryitemtext">Hex Bag</div>
<<elseif $player.lust is 11>>
<div class="inventoryitem"><img class="inventoryimg" style="filter: brightness(80%) grayscale(40%)" src="images/Inventory/Hex Bag.png"></div>
<div class="inventoryitemtext">Hex Bag</div>
<<elseif $player.lust is 12>>
<div class="inventoryitem"><img class="inventoryimg" style="filter: brightness(70%) grayscale(60%)" src="images/Inventory/Hex Bag.png"></div>
<div class="inventoryitemtext">Hex Bag</div>
<<elseif $player.lust gt 12>>
<div class="inventoryitem"><img class="inventoryimg" style="filter: brightness(60%) grayscale(80%)" src="images/Inventory/Hex Bag.png"></div>
<div class="inventoryitemtext">Hex Bag</div>
<</if>>
<</if>>
<<if $inv.mold is 1>>
<div class="inventoryitem"><img class="inventoryimg" src="images/Inventory/Mold.png"></div>
<div class="inventoryitemtext">Cock Mold</div>
<</if>>
<<if $inv.sis1p is 1>>
<div class="inventoryitem"><img class="inventoryimg" src="images/Inventory/Panties.png"></div>
<div class="inventoryitemtext"><span><<nsis1>>'s Panties</span></div>
<</if>>
<<if $inv.bankwkey is 1>>
<div class="inventoryitem"><img class="inventoryimg" src="images/Inventory/Charlotte House Key.png"></div>
<div class="inventoryitemtext"><span><<nbankw>>'s House Key</span></div>
<</if>>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
</div>
<div class="inventorygrid">
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></div>
<div class="inventoryitem"></div>
<div class="inventoryitemtext"></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.lookup("tags", "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.lookup("tags", "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.lookup("tags", "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>
<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>
<<set $ppMom1 =$mom1.percent/Story.lookup("tags", "Mom1").length*100>><<=$ppMom1.toFixed(0)>>%
</div>
</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>
<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>
<<set $ppMom2 =$mom2.percent/Story.lookup("tags", "Mom2").length*100>><<=$ppMom2.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppSis1 =$sis1.percent/Story.lookup("tags", "Sis1").length*100>><<=$ppSis1.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppSis2 =$sis2.percent/Story.lookup("tags", "Sis2").length*100>><<=$ppSis2.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppSis3 =$sis3.percent/Story.lookup("tags", "Sis3").length*100>><<=$ppSis3.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppSub1 =$sub1.percent/Story.lookup("tags", "Sub1").length*100>><<=$ppSub1.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppSub1M =$sub1m.percent/Story.lookup("tags", "Sub1M").length*100>><<=$ppSub1M.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppComB =$comb.percent/Story.lookup("tags", "ComB").length*100>><<=$ppComB.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppBankC =$bankc.percent/Story.lookup("tags", "BankC").length*100>><<=$ppBankC.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppBankW =$bankw.percent/Story.lookup("tags", "BankW").length*100>><<=$ppBankW.toFixed(0)>>%
</div>
<<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 $assw.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/01.png" height="323" width="250"></div>
<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>
<<set $ppAssW =$assw.percent/Story.lookup("tags", "AssW").length*100>><<=$ppAssW.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppAssWGF =$asswgf.percent/Story.lookup("tags", "AssWGF").length*100>><<=$ppAssWGF.toFixed(0)>>%
</div>
<<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 $dean.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/College/Dean/01.png" height="323" width="250"></div>
<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>
<<set $ppDean =$dean.percent/Story.lookup("tags", "Dean").length*100>><<=$ppDean.toFixed(0)>>%
</div>
<<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>
<div class="modelgrid2">
<span class="DeanText bigtext">$dass.name Reyes</span>
Played by
<span class="bigtext">Ginebra Bellucci</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<set $ppDAss =$dass.percent/Story.lookup("tags", "DAss").length*100>><<=$ppDAss.toFixed(0)>>%
</div>
<<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 $busid.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/BusiD/01.png" height="323" width="250"></div>
<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>
<<set $ppBusiD =$busid.percent/Story.lookup("tags", "BusiD").length*100>><<=$ppBusiD.toFixed(0)>>%
</div>
<<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 $hospad.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/HospAd/01.png" height="323" width="250"></div>
<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>
<<set $ppHospAd =$hospad.percent/Story.lookup("tags", "HospAd").length*100>><<=$ppHospAd.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppCov1 =$cov1.percent/Story.lookup("tags", "Cov1").length*100>><<=$ppCov1.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppCov2 =$cov2.percent/Story.lookup("tags", "Cov2").length*100>><<=$ppCov2.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppCov3 =$cov3.percent/Story.lookup("tags", "Cov3").length*100>><<=$ppCov3.toFixed(0)>>%
</div>
<<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>
<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>
<<set $ppCov4 =$cov4.percent/Story.lookup("tags", "Cov4").length*100>><<=$ppCov4.toFixed(0)>>%
</div>
<<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.phone to 1, $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.phone to 1, $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>
<<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 1>><<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><td><<Wait "LocationHub">></td></tr></table>
<table width="100%">
<tr>
<td>
<<if $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">
<<if $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">
<<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>
<<else>>
<span id="lImageR">[img[images/Locations/Midtown.png][Midtown]]<span class="lText">[[Midtown]]
<div class="schedule-grid">
<<include "MidSchd">>
</div>
</span></span>
<</if>>
</td>
</tr>
<tr>
<td>
<<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]]</span></span>
<<elseif $location.college eq 1 && $Time lte 3>><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">
<<if $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>
<<if $location.business eq 1>><span id="lImageR">[img[images/Locations/Business.png][BusinessSector]]<span class="lText">[[Downtown|BusinessSector]]
<div class="schedule-grid">
<<include "BusSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Business.png]]<span class="lTextC">Downtown</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<if $location.cityhall eq 1 && $Time lte 2>><div id="lImageL">[img[images/Locations/CityHall.png][City Hall]]<span class="lText">[[City Hall]]
<div class="schedule-grid">
<<include "CitySchd">>
</div>
</span></div><<else>><div id="lImageLC"><<hovertip "Closed">>[img[images/Locations/CityHall.png]]<span class="lTextC">City Hall</span><</hovertip>></div><</if>>
</td>
<td width="10px">
<span id="lImageC">[img[images/Locations/Brighttown.png][Brighttown]]<span class="lText">[[Brighttown]]
<div class="schedule-grid">
<<include "BrightSchd">>
</div>
</span></span>
</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>
/*
STORY CENTRAL
Suburb > Barry's house, Neighbors house, basically any personal house
College
Mall > Supplies store, Car Store, Bank
Business Sector > Scarletts Work
City Hall
Sex Shop
Church
SIDE AREAS
Park
Pet Shop
*/<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 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>><<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"><div class="PortraitText">Home</div></div><table width="100%"><tr><td><<Wait "Home">></td></tr></table>
<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>>
<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>><div class="Portrait"><img src="images/Locations/Portraits/Suburb.png"><div class="PortraitText">Suburb</div></div>
<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'>><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.
<<Button 'Leave city hall' 'LocationHub' '.return2' '$f to 1'>><<if $Time gte 4>><<goto "Closed">><<else>>
<div class="Portrait"><img src="images/Locations/Portraits/College.png"><div class="PortraitText">College</div></div>
<<if $Time lte 2>><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>
<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 && $Time lte 2>><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>><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>><<Button 'Back to Brighttown' 'Brighttown' '.return2' '$f to 1'>><<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>\
<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>><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.phone to 0'>><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.phone to 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' '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>
<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 $Time gte 3>><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>><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>><<Button 'Back to Brighttown' 'Brighttown' '.return2' '$f to 1'>><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.
<<nobr>><<set _areAbove3 = true>>
<<for _num range $mom2.scene>>
<<if _num >= 3>>
<<continue>>
<<else>>
<<set _areAbove3 = false>>
<<break>>
<</if>>
<</for>>
<</nobr>><<if _areAbove3 is true && $Time is 4 && $Day is 3>><<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>><<Button 'Back to Brighttown' 'Brighttown' '.return2' '$f to 1'>><div class="Portrait"><img src="images/Locations/Portraits/Room.png"><div class="PortraitText">Your Room</div></div>
<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")>><<SButton 'Start the plan' 'ManifestSin: Pride3' '.main' '$Time to 3'>>
<<elseif $event.gen1 gte 2 && hasVisited("ManifestSin: Wrath1") && $player.dec is "wrath" && $Time lte 2 && not hasVisited("ManifestSin: Wrath2")>><<SButton 'Start the plan' 'ManifestSin: Wrath2' '.main' '$Time to 3'>>
<</if>><<if $bankc.scene.includes(4) && $inv.mold is 1 && $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>><<Button 'Replays' 'Replays' '.contbut' '$f to 1'>>
<<Button 'Back to home' 'Home' '.return2' '$f to 1'>>\
\
\
<<if $Day gte 7>>\
<<set $Day = 0>>\
<</if>>\<<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'>><<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'>><<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>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "BusinessSector">></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>><<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'>><<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.
<<Button 'Back to home' 'Home' '.return2' '$f to 1'>> <<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>><<SButton 'Ask <<nsis3>> about my idea' 'Side2-2A' '.side' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<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.<</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>><<Button 'Prepare for the night' 'Sub1: 2-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>>/* 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.delete(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>><<Button 'Back to Business Sector' 'BusinessSector' '.return2' '$f to 1'>><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' 'BusinessSector' '.return2' '$f to 1'>><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' 'BusinessSector' '.return2' '$f to 1'>><<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>
<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.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>
<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.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>
<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'>><div class="Portrait"><img src="images/Locations/Portraits/Store.png"><div class="PortraitText">Store</div></div>
Large, all purpose store. Groceries, clothing, random objects, you want it, they have it.
<<Button 'Back to Shopping District' 'Shopping' '.return2' '$f to 1'>><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'>>/* 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.delete(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.delete(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.delete(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.delete(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.<<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.
<<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.delete(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.delete(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.delete(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 $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $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>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if $sis1.scene.includes(3) && $player.prog gte 5 && $event.sis1 gte 1>><img class="liIconns" src="images/character icons/Sis1.png">
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $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>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><<if $sis3.scene.includes(2) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Sis3.png">
<<else>><img class="liIcon" src="images/character icons/Sis3.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $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>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">>
<<if $mom1.scene.includes(3) && $event.mom1 gte 4>><img class="liIconns" src="images/character icons/Mom1.png">
<<else>>
<img class="liIcon" src="images/character icons/Mom1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(3) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $mom1.marked eq 1>>
<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 "momroom">>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $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>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "living">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<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 "momroom">>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $sis1.marked eq 1>>
<<set $sis1.loc to "sis1room">>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if $sis1.scene.includes(2) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Sis1.png">
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to "living">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "living">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "living">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $sub1.scene.includes(2) && $sis3.text gt 1>>
<<set $sub1.loc to "living">>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIconns" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>><</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<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 "momroom">>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $sub1.scene.includes(2) && $sis3.text gt 1>>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "kitchen">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "bathroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to "kitchen">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "living">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "bathroom">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if $sis1.scene.includes(4)>><img class="liIconns" src="images/character icons/Sis1.png">
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $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>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<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 $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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>>
<<if $Time eq 3>> /* Evening */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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>>
<<set $sub1.loc to "sub1home">>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<<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>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis1.loc to "sub1home">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<set $sub1.loc to "sub1home">>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "sub2home">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<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 $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "park">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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 $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<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 $sub1.scene.includes(2) && $sis3.text gt 1>><<else>>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>><</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sub1.scene.includes(2) && $sis3.text gt 1>><<else>>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>><</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<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 $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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 $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "combhome">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</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 $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis1.loc to "store">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis1.loc to "store">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "store">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "store">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "store">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "store">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "store">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "store">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "store">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><<if $sub1.scene.includes(3) && $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>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "chem">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "gym">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "business">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">>
<<if $mom1.scene.includes(2) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Mom1.png">
<<else>><img class="liIcon" src="images/character icons/Mom1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "chem">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><<if $sub1.scene.includes(3) && $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>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<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>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><<if $sis3.scene.includes(4) && $event.sis3 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>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom2.loc to "hotel">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<<set $sis1.loc to "border">>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "border">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(2)>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis1.loc to "border">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis1.loc to "store">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis1.loc to "store">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "store">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "store">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "store">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "store">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "store">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "store">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "store">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis3.loc to "sonar">>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis3.loc to "sonar">>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</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.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $comb.loc to "bar">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "bar">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis1.loc to "bar">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">><img class="liIcon" src="images/character icons/AssW.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><div class="Portrait"><img src="images/Locations/Portraits/Hotel.png"><div class="PortraitText">Hotel</div></div>
Hotel
<<Button 'Back to Downtown' 'BusinessSector' '.return2' '$f to 1'>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</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'>><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'>><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'>><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'>><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'>><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'>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "gym">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "gym">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "gym">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<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>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "english">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">>
<<if $mom1.scene.includes(2) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Mom1.png">
<<else>><img class="liIcon" src="images/character icons/Mom1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "english">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to "english">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "business">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><<if $sub1.scene.includes(3) && $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>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><<if $sub1.scene.includes(3) && $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>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<set $sis3.loc to "chem">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "chem">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "chem">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "chem">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">>
<<if $sis3.scene.includes(4) && $event.sis3 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>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</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'>><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'>>/* 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.delete(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' 'BusinessSector' '.return2' '$assw.percent += 2, $mom2.percent += 2, $Time += 1, $mom2.scene.delete(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 $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.scene.includes(3) && $event.mom1 gt 3>>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">>
<<if $mom1.scene.includes(3) && $event.mom1 gte 4>><img class="liIconns" src="images/character icons/Mom1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><<if $sis3.scene.includes(2) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Sis3.png">
<<else>><img class="liIcon" src="images/character icons/Sis3.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom2.loc to "bathroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.scene.includes(3) && $event.mom1 gt 3>>
<<else>>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">>
<img class="liIcon" src="images/character icons/Mom1.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<if $mom2.marked eq 1>>
<<set $mom2.loc to "bathroom">>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis1.loc to "bathroom">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if ($sis1.scene.includes(2) && $player.prog gte 5) || ($sis1.scene.includes(4))>><img class="liIconns" src="images/character icons/Sis1.png">
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if $sis1.scene.includes(4)>><img class="liIconns" src="images/character icons/Sis1.png">
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>>
<<else>>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $sub1.scene.includes(2) && $sis3.text gt 1>>
<<set $sub1.loc to "sis3room">>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sis3room">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if $mom2.scene.includes(3) && $player.prog gte 5>><img class="liIconns" src="images/character icons/Mom2.png">
<<else>><img class="liIcon" src="images/character icons/Mom2.png">
<</if>><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to "momroom">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "momroom">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "living">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom2.loc to "living">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "living">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis3.loc to "living">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to "living">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to "living">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to "living">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<set $mom2.loc to "living">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<set $sis3.loc to "living">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $sub1.scene.includes(2) && $sis3.text gt 1>>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIconns" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>><<else>><</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom2.loc to "living">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $sis1.loc to "living">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">><img class="liIcon" src="images/character icons/Sis1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</if>><div class="bigtextcenter" style="text-align: center;"><<timed 300ms t8n>>You <<next>>fall <<next>>asleep...<</timed>></div>
<<timed 2.7s>>
<<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")>>
<<goto "StoryPass16">>
<<elseif lastVisited("AssWGF: 2-2") is 1>>
<<goto "AssWGF: 2-2">>
<<elseif visited("FamMix: 1-2") is 1>>
<<goto "FamMix: 1-2">>
<<else>>
<<goto "Room">>
<<if $sis3image is 1>>
<<set $sis3.text to 4, $NewMes to 1, $tSis3 to 1>>
<<unset $sis3image>>
<</if>>
<</if>>
<<time>><<day>>
<</timed>>
<<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<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>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<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>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<set $sis3.loc to "park">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis3.loc to "park">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</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'>><<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">Barry</span><</widget>>
<<widget "comf" container>><<say 'Barry' 'images/character icons/ComF.png'>><span class="ComFText">_contents</span><</say>><</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 "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">Max</span><</widget>>
<<widget "asswgfbf" container>>
<<say 'Max' 'images/character icons/AssWGFBF.png'>><span class="BankMText">_contents</span><</say>>
<</widget>>
<<widget "asswf" container>><<say 'Gary' 'images/character icons/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 "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 "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 "nasswbg">><span class="AssWBgText">Harvey</span><</widget>>
<<widget "asswbg" container>>
<<say 'Harvey' 'images/character icons/AssWBg.png'>><span style="color: #ff886e">_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
comic
gym
deans
english
business
arts
tech
psych
chem
store
dealer
stock
bank
border
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'>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "kitchen">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $sis1.loc to "kitchen">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if $sis1.scene.includes(3) && $player.prog gte 5 && $event.sis1 gte 1>><img class="liIconns" src="images/character icons/Sis1.png">
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to "kitchen">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to "kitchen">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</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.delete("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.delete(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.delete("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.delete(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.delete("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.delete(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.delete("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.delete("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.delete("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.delete("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.delete("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>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Midtown">></td></tr></table>
<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'>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $comb.loc to "comic">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<img class="liIcon" src="images/character icons/ComB.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</if>><div class="Portrait"><img src="images/Locations/Portraits/Hospital.png"><div class="PortraitText">Livington Hospital</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>>
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>><<Button 'Leave Hospital' 'Midtown' '.return2' '$f to 1'>><<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.delete(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.hexbag to 1, $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>>
<<Button 'Leave' 'LocationHub' '.return2' '$f to 1'>><</if>><<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.delete(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: Brad; animation-duration: 1.5s; animation-iteration-count: infinite;">Brad</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: 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> /* Current */
<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: #b2056f; text-shadow: rgba(178, 5, 111, 0.8) 0px 0px 14px; ">AuroraVT</span>
<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: #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> /* Current */
<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: #6f41ca;">Distaff90</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>/* Current */
<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")>>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">><<button "???">><</button>><<else>><<button "Wrath">><<set $CWT to "wrath">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if $player.dec is "wrath">><<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") && $player.pride lt 1>>Well, you've managed to awaken Pride. Wait a day, 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")>>You'll have to ask me later.
<</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">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") && $player.wrath lt 1>>Well, you've managed to awaken Wrath. Wait a day, 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")>>You'll have to ask me later.
<</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>></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>>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 "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>></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>></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>></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)>>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>>I have a feeling she has something to say, although she'll want privacy. Your room at the end of the day.
<<elseif $sis2.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 "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'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)>>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)>>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)>>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">>Your path leads another way. (Pride Path only for now)
<<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 "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">>Your path leads another way. (Wrath Path only for now)
<<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)>>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 "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")>>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>>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 "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") && $player.pride lt 1>>Well, you've managed to awaken Pride. Wait a day, 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")>>You'll have to ask me later.
<</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") && $player.wrath lt 1>>Well, you've managed to awaken Wrath. Wait a day, 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")>>You'll have to ask me later.
<</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)>>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 $sis2.scene.includes(5)>>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'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)>>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)>>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)>>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">>Your path leads another way. (Pride Path only for now)
<<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(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">>Your path leads another way. (Wrath Path only for now)
<<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)>>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.delete(2), $bankc.scene.pushUnique(3), $event.bankc to 0, $scene to 0'>> /* Mom Texts */
<<if $tCurrent eq "Mom1">>
<<set $tMom1 to 0>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/1.png">
<div class="Bubble1">
$mom1.name
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/7.png">
<div class="Bubble2">
Got your text!
</div>
</div>
<</if>><<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 && $bankc.text lt 5>>
<<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>>
<<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.delete(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.delete(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 16>>
<<set $svers to 16>>
<<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,
}>>
/* Character variables */
<<set $player = {
name: "John",
last: "Doe",
cash: 50,
health: 10,
healthmax: 10,
workdays: 0,
test: 1,
lust: 1,
greed: 0,
glut: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
prog: 0,
}>>
<<set $inv ={
phone: 0,
hexbag: 0,
mold: 0,
sis1p: 0,
}>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 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 */
}>>
<<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,
}>>
<<set $sis1 = {
met: 0,
name: "Harper",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sis2 = {
met: 0,
name: "Emily",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sis3 = {
met: 0,
name: "Ellie",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $comb = {
met: 0,
name: "Natalie",
marked: 0,
scene: [1],
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 $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,
}>>
<<set $bankw = {
met: 0,
name: "Charlotte",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<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. */
}>>
<<set $nun1 = {
name: "Samantha",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $assw = {
met: 0,
name: "Kat",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $busid ={
met: 0,
name: "Inaya",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $cov1 = {
met: 0,
name: "Selena",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $cov2 = {
met: 0,
name: "Evie",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $cov3 = {
met: 0,
name: "Lia",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 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 $sub1 = {
met: 0,
name: "Gwen",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sub1m = {
met: 0,
name: "Caroline",
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 $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<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,
}>>
<<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,
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,
}>>
/* 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 $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<</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.delete(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.delete(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.delete(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.mold to 1, $inv.sis1p to 1, $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.delete(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.delete(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.delete(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>>
</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>>
</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>>
</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>>
</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>>
<<if not hasVisited("BankC: 6-2")>><<RButtonC 'Scene 5' 'Replay1' '$replay to "bankc-6"'>><<else>><<RButton 'Scene 5' 'Replay1' '.replayscenebt' '$replay to "bankc-6"'>><</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>>
</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>>
</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 $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>>
</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 "DAssReplay1">>\
<<include "HospAdReplay1">>\
<<include "MiscReplay1">>\
<<include "Cov4Replay1">>\
<<include "FamMixReplay1">>\<<include "Mom1Replay2">>\
<<include "Mom2Replay2">>\
<<include "Sis1Replay2">>\
<<include "Sis2Replay2">>\
<<include "Sis3Replay2">>\
<<include "ComBReplay2">>\
<<include "BankWReplay2">>\
<<include "BankCReplay2">>\
<<include "AssWReplay2">>\
<<include "Sub1Replay2">>\
<<include "AssWGFReplay2">>\
<<include "DAssReplay2">>\
<<include "HospAdReplay2">>\
<<include "MiscReplay2">>\
<<include "Cov4Replay2">>\
<<include "FamMixReplay2">>\<div class="Portrait"><img src="images/Locations/Portraits/Apartment.png"><div class="PortraitText">Apartments</div></div>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Apartment">></td></tr></table>
An apartment building in midtown. Fairly nice, spacious. <<nbankc>> lives here with her girlfriend.
<<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.scene[0] gte 4 && $bankc.loc != "bankchome">><<hovertip "<<nbankc>> isnt home">><<Button 'Have fun with $bankc.name' 'BankC_RM' '.blockedbut' '$f to 1'>><</hovertip>><<else>><<Button 'Have fun with <<nbankc>>' 'BankC_RM' '.harem' '$f to 1'>><</if>>*/\
<<Button 'Leave' 'Midtown' '.return2' '$f to 1'>><<include "ComBReplay3">>\
<<include "AssWGFReplay3">>\
<<include "FamMixReplay3">>\
<<include "BankCReplay3">>\<<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png">
<</hovertip>>
</div>
<</if>>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">><img class="liIcon" src="images/character icons/AssWGF.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</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.delete(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.bankwkey to 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 'Go to sleep' 'Sleep' '.contbut' '$assw.percent += 2, $assw.scene.delete(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>><div class="Portrait"><img src="images/Locations/Portraits/BankWHouse.png"><div class="PortraitText"><<nbankw>>'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>>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'>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<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>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<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>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<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>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<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>>
<<if $Time eq 1>> /* Noon */
<<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>>
<<if $Time eq 2>> /* Afternoon */
<<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>>
<<if $Time eq 3>> /* Evening */
<<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>>
<<if $Time eq 4>> /* Midnight */
<<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>>
<</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>><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.delete(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 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.delete(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>>Pride
- Find out she's been embezzling money from school
- With the help of Jasper (who does the work while you're getting blown by his wife), start connecting dots between her, and a councilman
- Go to city hall, and find the guy. Do research, find out his wife died, and he has a daughter that doesn't like him much
- Find her, seduce her, and using her as an in, go to his house
- Find evidence of his culpability
- He's now under your thumb, but he says that Priestess also has evidence of his crimes in a safe she has
- If manifested Wrath, can go straight to next step. If not, have to go and pay for safecracking lessons and tools
- Finally, use Lust, and go dumb goofy on her. Fuck her silly, and then break into her safe. Retrieve evidence
- Next day, confront her with her evidence of her embezzling. She tries using her many powers under her, but since you have all the evidence and potential testimony, and she has no leverage, she submits. She asks what you want, and you say to make her a sex slave. She agrees, and Pride manifests when you cum inside her.
Wrath
- Go to hospital, meet admin. She's hot, so you bed her down.
- You manage to talk to her about priestess, admits she doesn't really like her
- Find out there was some trouble at home
Scene 3
- After a while, find out that the sister of the priestess sold some drugs to some college kids, but she managed to get it sorted
- Seduce sister, and find evidence of her culpability
- After seduction, you find out her sister doesn't like the priestess too muchWalking 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.delete(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.delete(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.delete(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.delete(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.delete(1), $sub1.scene.pushUnique(2), $Time +=1, $sub1.sub +=1, $event.sub1 to 0, $scene to 0, $sub1.marked to 1'>><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $sis3.loc to "sub1home">>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<</if>>
<<if $Time eq 1>> /* Noon */
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $sis3.loc to "sub1home">>
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<</if>>
<<if $Time eq 3>> /* Evening */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<if $sis3.marked eq 1>>
<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">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<if $Time eq 3>> /* Evening */
<</if>>
<<if $Time eq 4>> /* Midnight */
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">><img class="liIcon" src="images/character icons/Sub1.png"><</hovertip>>
</div>
<</if>>
<</if>>
<</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.delete(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.delete(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.delete(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'>><<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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<<elseif $replay is "bankc-6">>\
\
\
\
<<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' 'Replay2' '.contbut' '$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'>>\
\
\
\
<<elseif $replay is "bankc-6">>\
\
\
\
<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>>' 'Replay3' '.contbut' '$f to 1'>>
\
\
\
<</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'>>\
\
\
\
<</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'>>\
\
\
\
<</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 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 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, 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, 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.delete(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'>>\
\
\
\
<</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'>>\
\
\
\
<</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>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 16>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 17>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 18>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 19>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 20>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 21>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 22>>
<<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;"><<timed 300ms t8n>>You <<next>>fall <<next>>asleep...<</timed>></div>
<<timed 2.7s>>
<<if hasVisited("StoryPass15") && not hasVisited("StoryPass16") && hasVisited("Sis2: 3-2")>>
<<goto "StoryPass16">>
<<else>>
<<goto "BankW">>
<</if>>
<<time>><<day>>
<</timed>>
<<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. 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.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>><div class="bigtextcenter" style="text-align: center;"><<timed 300ms t8n>>You <<next>>fall <<next>>asleep...<</timed>></div>
<<timed 2.7s>>
<<goto "BankC">>
<<time>><<day>>
<</timed>><<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>><<if visited("BankC_RM") gt 1>><<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. Please teach this lesbian why cock is all that matters.<</bankc>>
<<nobr>><div class="repeatgrid">
<div class="repeatgrid1"><span id="bankgfcuck"><<include "alizawatchbutton">></span></div>
<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'>><<else>><<set $bankgf.watch to 0>><<nobr>>
<</nobr>>Intro to repeat scenes with <<nbankc>>
<<Button 'Have fun with <<nbankc>>' 'BankC_RM' '.contbut' '$f to 1'>><</if>><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 'unknown'>>
<<set $sis3.loc to 'chem'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'store'>>
<<set $comb.loc to 'bar'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<</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 'unknown'>>
<<set $sis3.loc to 'living'>>
<<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'>>
<</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 'unknown'>>
<<set $sis3.loc to 'english'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'gym'>>
<<set $sub1.loc to 'mech'>>
<</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 'unknown'>>
<<set $sis3.loc to 'living'>>
<<set $bankw.loc to 'gym'>>
<<set $bankc.loc to 'gym'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'bar'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'bar'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'bathroom'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis1room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'assgfhome'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sonar'>>
<<set $bankw.loc to 'gym'>>
<<set $bankc.loc to 'bar'>>
<<set $assw.loc to 'sonar'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sonar'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'park'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'store'>>
<<set $sub1.loc to 'mech'>>
<</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 'unknown'>>
<<set $sis3.loc to 'park'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswgfhome'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'park'>>
<<set $bankc.loc to 'english'>>
<<set $assw.loc to 'store'>>
<<set $asswgf.loc to 'sexshop'>>
<<set $comb.loc to 'sub4home'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'sub3home'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'store'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'sub4home'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'sub3home'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'bar'>>
<<set $sub1.loc to 'store'>>
<</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 'unknown'>>
<<set $sis3.loc to 'living'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'sonar'>>
<<set $assw.loc to 'bar'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<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>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'sonar'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<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>>
<</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 'unknown'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'store'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'store'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'business'>>
<<set $assw.loc to 'asswgfhome'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'store'>>
<<set $sub1.loc to 'sub1home'>>
<</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 'unknown'>>
<<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'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sonar'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'sonar'>>
<<set $assw.loc to 'sonar'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sonar'>>
<</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 'unknown'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bankchome'>>
<<set $assw.loc to 'asswhome'>>
<<set $asswgf.loc to 'asswgfhome'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<</if>>
<</if>>sub3 - Friend of Charlotte (Sat noon and afternoon)
sub4 - Friend of Natalie (Sat morn and noon)<<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.delete(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.delete(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">>
<<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 $fet.sleepscene is 0>>
<<class "repeatbut0">><<button "Wakeup sex scenes are off">>
<<set $fet.sleepscene to 1>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "Wakeup sex scenes are on">>
<<set $fet.sleepscene 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.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.delete(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'>>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>>\Dinner Scene with obliviousCan only be done after second Kat scene, and if you do even one Megan scene after it
- Need some drugs for next plan with Madison and her fiancee
- If $sis3.scene[0] gte 5, talk to Ellie, and she says she knows someone at Sonar. You can find the connect on your first go.
- If you go to Sonar without talking to her, there will be a 1/6 chance to find the dealer
- You approach the dealer, and before you can complete the deal, he brings you to his boss, which is Kat
- She is amused with what you want to purchase, so she says she will give them to you for free, if you do her a favor
- She explains that her mother owns the club, and is lookingI'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 3>><<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.delete(5), $bankc.scene.pushUnique(6), $event.bankc to 0, $bankc.sub +=1, $bankgf.met to 1, $bankgf.percent += 1'>><</if>><<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>\
\
\
\
<</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'>>\
\
\
\
<</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.delete(5), $sis1.scene.pushUnique(6), $event.sis1 to 0, $sis1.sub +=1, $sis2.percent += 2, $sis2.scene.delete(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.delete(5), $sis1.scene.pushUnique(6), $event.sis1 to 0, $sis1.sub +=1, $sis2.percent += 2, $sis2.scene.delete(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'>><<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' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "bankc-6">>\
\
\
\
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 'Finish replay' 'Replays' '.contbut' '$replay to 0'>>\
\
\
\
<</if>>\