define KN_MOD = Character("KN_MOD", color="#ff0000") # java -jar modder-2.jar --feature=KNMOD --file=/tmp/script.rpy --skipLinesUpto=175 # ModWork created and maintained at https://f95zone.to/threads/renpy-visualnovel-to-kinetic-novel-convertor.172769/ # modded by modder2vNov2-2023 program. Created by BulliThulli image s2c1_1: "/s2c1/s1/s2c1s1_34.jpg" pause 0.5 "/s2c1/s1/s2c1s1_33.jpg" pause 0.5 repeat image s2c1_2: "/s2c1/s1/s2c1s1_41.jpg" pause 0.5 "/s2c1/s1/s2c1s1_40.jpg" pause 0.5 repeat image s2c1_3: "/s2c1/s1/s2c1s1_45.jpg" pause 0.5 "/s2c1/s1/s2c1s1_44.jpg" pause 0.5 repeat image s2c1_4: "/s2c1/s1/s2c1s1_47.jpg" pause 0.5 "/s2c1/s1/s2c1s1_46.jpg" pause 0.5 repeat image s2c1_5: "/s2c1/s1/s2c1s1_56.jpg" pause 0.5 "/s2c1/s1/s2c1s1_57.jpg" pause 0.5 repeat image s2c1_6: "/s2c1/s1/s2c1s1_62.jpg" pause 0.5 "/s2c1/s1/s2c1s1_61.jpg" pause 0.5 repeat image s2c1_7: "/s2c1/s1/s2c1s1_63.jpg" pause 0.5 "/s2c1/s1/s2c1s1_64.jpg" pause 0.5 repeat image s2c1_8: "/s2c1/s1/s2c1s1_67.jpg" pause 0.5 "/s2c1/s1/s2c1s1_68.jpg" pause 0.5 repeat image s2c1_9: "/s2c1/s1/s2c1s1_69.jpg" pause 0.5 "/s2c1/s1/s2c1s1_70.jpg" pause 0.5 repeat image s2c1_10: "/s2c1/s2/s2c1s2_25.jpg" pause 0.5 "/s2c1/s2/s2c1s2_24.jpg" pause 0.5 repeat image s2c1_11: "/s2c1/s2/s2c1s2_30.jpg" pause 0.5 "/s2c1/s2/s2c1s2_31.jpg" pause 0.5 repeat image s2c1_12: "/s2c1/s2/s2c1s2_33.jpg" pause 0.5 "/s2c1/s2/s2c1s2_34.jpg" pause 0.5 repeat image s2c1_13: "/s2c1/s2/s2c1s2_35.jpg" pause 0.5 "/s2c1/s2/s2c1s2_36.jpg" pause 0.5 repeat image s2c1_14: "/s2c1/s2/s2c1s2_37.jpg" pause 0.5 "/s2c1/s2/s2c1s2_38.jpg" pause 0.5 repeat image s2c1_15: "/s2c1/s3/s2c1s3_41.jpg" pause 0.5 "/s2c1/s3/s2c1s3_42.jpg" pause 0.5 repeat image s2c1_16: "/s2c1/s3/s2c1s3_40.jpg" pause 0.5 "/s2c1/s3/s2c1s3_41.jpg" pause 0.5 repeat image s2c1_17: "/s2c1/s3/s2c1s3_45.jpg" pause 0.4 "/s2c1/s3/s2c1s3_46.jpg" pause 0.4 "/s2c1/s3/s2c1s3_47.jpg" pause 0.4 repeat image s2c1_18: "/s2c1/s3/s2c1s3_50.jpg" pause 0.5 "/s2c1/s3/s2c1s3_51.jpg" pause 0.5 repeat image s2c1_19: "/s2c1/s3/s2c1s3_56.jpg" pause 0.5 "/s2c1/s3/s2c1s3_57.jpg" pause 0.5 repeat image s2c1_20: "/s2c1/s3/s2c1s3_62.jpg" pause 0.5 "/s2c1/s3/s2c1s3_63.jpg" pause 0.5 repeat image s2c1_21: "/s2c1/s3/s2c1s3_77.jpg" pause 0.5 "/s2c1/s3/s2c1s3_78.jpg" pause 0.5 repeat image s2c1_22: "/s2c1/s3/s2c1s3_66.jpg" pause 0.5 "/s2c1/s3/s2c1s3_67.jpg" pause 0.5 repeat image s2c1_23: "/s2c1/s3/s2c1s3_68.jpg" pause 0.5 "/s2c1/s3/s2c1s3_69.jpg" pause 0.5 repeat image s2c1_24: "/s2c1/s3/s2c1s3_70.jpg" pause 0.5 "/s2c1/s3/s2c1s3_71.jpg" pause 0.5 repeat label start: scene s2c1load with dissolve pause "You need to load the save you made at the end of Season 1 to continue." # $ ShowMenu("load")() KN_MOD "label endseasonone:" scene black with dissolve pause scene s2c1start with dissolve stop music fadeout 3.0 pause scene black with dissolve show text "{size=+53}{color=FF69B4}Later that day...{/color}{/size}" at truecenter play music "music/chilling2.mp3" fadein 4.0 pause scene s2c1s0_1 with dissolve hide text b "Hey there." scene s2c1s0_2 with dissolve pc "Oh, hey." scene s2c1s0_4 with dissolve b "Where is everybody?" pc "Parker went out with Felix..." pc "...I think he is staying over at his house." pc "Chloe and Hannah are shopping for swimsuits for the car wash fundraiser thing that's tomorrow." scene s2c1s0_5 with dissolve b "Oh right...the car wash." b "I'll try to swoop by..." scene s2c1s0_6 with dissolve pc "Okay good..." pc "...it would be nice to show Chloe and the girls support." scene s2c1s0_7 with dissolve b "Absolutely..." pc "What are you up to?" b "Just need to change before I head back out to meet Mr Shaw." KN_MOD "if c6s3_toldbrodylikecuck == True:" $ s2c1_goingshaw = True KN_MOD "jump s2c1s0_shaw" KN_MOD "else:" KN_MOD "jump s2c1s0_noshaw" KN_MOD "label s2c1s0_shaw:" scene s2c1s0_8 with dissolve b "By the way, he's super excited for our next get together." pc "Great, me too." b "Me three..." pc "{i}{color=FF69B4}* chuckles *{/i}{/color}" KN_MOD "label s2c1s0_noshaw:" pc "Alrighty...see you later." scene s2c1s0_9 with dissolve b "Okay...bye." scene black with dissolve pause KN_MOD "if c10_charlyride == True:" KN_MOD "jump s2c1s1_ride" KN_MOD "else:" KN_MOD "jump s2c1s1_end" KN_MOD "label s2c1s1_ride:" stop music fadeout 3.0 show text "{size=+53}{color=FF69B4}Later that day...{/color}{/size}" at truecenter pause play music "music/drinking.mp3" fadein 4.0 scene s2c1s1_1 with dissolve hide text ch "Don't be nervous..." pc "Easier said than done Charly." scene s2c1s1_2 with dissolve ch "I'll take good care of you..." ch "...don't worry." scene s2c1s1_3 with dissolve pc "Alright..." scene s2c1s1_4 with dissolve "{i}{color=FF69B4}She climbed onto the bike and tapped the back seat.{/i}{/color}" ch "Here, hop on..." scene s2c1s1_5 with dissolve "{i}{color=FF69B4}I got onto the bike carefully and she turned back to me.{/i}{/color}" ch "Grab around my waist." pc "Okay." ch "...and hold on tight." scene s2c1s1_6 with dissolve "{i}{color=FF69B4}I placed my hands on her waist...{/i}{/color}" "{i}{color=FF69B4}...I could feel her tight muscles on my fingertips.{/i}{/color}" scene s2c1s1_7 with dissolve ch "Don't let go." pc "I won't..." scene s2c1s1_8 with dissolve "{i}{color=FF69B4}We took off slowly and began to cruise around town.{/i}{/color}" scene s2c1s1_9 with dissolve "{i}{color=FF69B4}It was exhilarating...{/i}{/color}" scene s2c1s1_10 with dissolve "{i}{color=FF69B4}I found myself caressing her waist as we continued riding...{/i}{/color}" "{i}{color=FF69B4}I couldn't help myself...{/i}{/color}" scene s2c1s1_11 with dissolve "{i}{color=FF69B4}We stopped for a moment at a stop sign.{/i}{/color}" ch "How you doing back there?" pc "Doing great." ch "Okay good..." ch "I know a spot we can stop and relax for a bit." pc "Okay sounds good." scene black with dissolve "{i}{color=FF69B4}We drove a bit out of town...{/i}{/color}" scene s2c1s1_12 with dissolve "{i}{color=FF69B4}...and then turned down a gravel road.{/i}{/color}" scene s2c1s1_13 with dissolve "{i}{color=FF69B4}We then slowly came to a stop in a beautiful wooded area.{/i}{/color}" scene s2c1s1_14 with dissolve ch "Here we are." pc "Wow, this is great." ch "Yeah, it's so peaceful." pc "It really is...." scene s2c1s1_15 with dissolve ch "I've been coming out here for years..." ch "...I'll have a little private picnic...just me and nature." pc "That sounds great." pc "We shoulda brought something..." ch "Yeah..." ch "So...how was the ride?" scene s2c1s1_16 with dissolve pc "Amazing...I love it." ch "I knew you would." pc "I was a bit scared now and then but less as we went on." scene s2c1s1_17 with dissolve ch "I could tell by the way you were holding on to me." pc "Yeah, sorry if I was holding on too tight." ch "Oh no...to the contrary...I rather liked it." "{i}{color=FF69B4}It was clear she was flirting...{/i}{/color}" KN_MOD "menu:" KN_MOD "Flirt back and see where this goes...:" $ s2c1_charlysex = True KN_MOD "jump s2c1s1_yescharly" KN_MOD "Make it clear you arent interested icolor=FF69B4ends Charlys path/i/color.:" KN_MOD "jump s2c1s1_nocharly" KN_MOD "label s2c1s1_nocharly:" scene s2c1s1_18 with dissolve pc "Oh...I wasn't trying anything handsy..." pc "Sorry if it gave off that vibe." ch "Oh no, that's okay..." scene s2c1s1_19 with dissolve pc "This was real fun." pc "Thanks for doing this." ch "No problem." pc "I probably should be getting back..." ch "Okay cool....let's do it." scene black with dissolve pause KN_MOD "jump s2c1s1_end" KN_MOD "label s2c1s1_yescharly:" scene s2c1s1_20 with dissolve $ lesbianism += 1 $ renpy.notify("Lesbianism +1") "{i}{color=FF69B4}I wanted to see where this was going...{/i}{/color}" pc "I liked it too..." pc "Your abs are incredible." scene s2c1s1_21 with dissolve ch "Oh well thank you..." ch "I put a lot of work into my body..." scene s2c1s1_22 with dissolve pc "It for sure shows..." ch "You should feel it when I flex..." pc "I wouldn't mind that..." ch "Go ahead." scene s2c1s1_23 with dissolve "{i}{color=FF69B4}I placed my hand on her stomach and felt her muscles tighten.{/i}{/color}" pc "Wow." scene s2c1s1_24 with dissolve ch "Mmmm..." ch "...I really like your hands on me..." scene s2c1s1_25 with dissolve "{i}{color=FF69B4}She then placed her hand over mine...{/i}{/color}" "{i}{color=FF69B4}...and in one quick motion, she grabbed my hand...{/i}{/color}" stop music fadeout 4.0 scene s2c1s1_26 with dissolve "{i}{color=FF69B4}...and pulled our bodies together.{/i}{/color}" play music "music/sexy.mp3" fadein 4.0 "{i}{color=FF69B4}Our lips touched immediately and our hands started to caress eachother.{/i}{/color}" scene s2c1s1_27 with dissolve "{i}{color=FF69B4}The kissing became more passionate as our breasts pressed into one another.{/i}{/color}" pc "Mmmm..." scene s2c1s1_28 with dissolve "{i}{color=FF69B4}Her hands slid down to my ass and started to squeeze.{/i}{/color}" scene s2c1s1_29 with dissolve ch "Maybe we {b}can{/b} have our own little private picnic..." pc "But we didn't bring any food..." scene s2c1s1_30 with dissolve ch "Just follow me..." "{i}{color=FF69B4}She led me over to a long rock off to the side of the path.{/i}{/color}" scene s2c1s1_31 with dissolve "{i}{color=FF69B4}She spun me around and got down to her knees.{/i}{/color}" "{i}{color=FF69B4}She placed her hands on the top of my shorts...{/i}{/color}" scene s2c1s1_32 with dissolve "{i}{color=FF69B4}...and slid them off.{/i}{/color}" "{i}{color=FF69B4}A rush of excitement shot through my body.{/i}{/color}" "{i}{color=FF69B4}Being exposed like this in the middle of the forest was thrilling.{/i}{/color}" scene s2c1s1_33 with dissolve "{i}{color=FF69B4}She then dove face first into me.{/i}{/color}" #34/33 scene s2c1_1 with dissolve "{i}{color=FF69B4}I could feel her tongue start to lick up and down against the lips of my pussy.{/i}{/color}" pc "{i}{color=FF69B4}* moans *{/i}{/color}" scene s2c1s1_35 with dissolve "{i}{color=FF69B4}She continued licking around the outside...{/i}{/color}" scene s2c1s1_36 with dissolve "{i}{color=FF69B4}Then she stuck her tongue deep inside of me.{/i}{/color}" "{i}{color=FF69B4}She twirled and sucked and licked deep inside me...{/i}{/color}" "{i}{color=FF69B4}It was unlike anything I've experienced before.{/i}{/color}" scene s2c1s1_37 with dissolve "{i}{color=FF69B4}She then stopped for a moment...{/i}{/color}" ch "You are delicious..." ch "Time for some dessert." scene s2c1s1_38 with dissolve "{i}{color=FF69B4}She then spread my cheeks open a bit.{/i}{/color}" scene s2c1s1_40 with dissolve "{i}{color=FF69B4}I then felt her wet tongue press against my asshole.{/i}{/color}" #41/40 scene s2c1_2 with dissolve "{i}{color=FF69B4}She the proceeded to lick the rim softly.{/i}{/color}" "{i}{color=FF69B4}It felt so good...{/i}{/color}" scene s2c1s1_42 with dissolve "{i}{color=FF69B4}She then slid her tongue in deep.{/i}{/color}" "{i}{color=FF69B4}I couldn't contain myself.{/i}{/color}" pc "{i}{color=FF69B4}* moans *{/i}{/color}" scene s2c1s1_43 with dissolve "{i}{color=FF69B4}The pleasure made me collapse down as she continued to eat out my ass.{/i}{/color}" "{i}{color=FF69B4}I had never felt anything like that...{/i}{/color}" #44/45 scene s2c1_3 with dissolve ch "Mmmm..." pc "{i}{color=FF69B4}* moans *{/i}{/color}\nMmmm..." "{i}{color=FF69B4}She must have been able to tell I liked it by the way I moaned.{/i}{/color}" #46/47 scene s2c1_4 with dissolve "{i}{color=FF69B4}She licked deeper and harder...{/i}{/color}" "{i}{color=FF69B4}..and I got closer and closer to cumming.{/i}{/color}" pc "{i}{color=FF69B4}* moans *{/i}{/color}\nOh god..." "{i}{color=FF69B4}...until...{/i}{/color}" scene s2c1s1_48 with dissolve show whiteflash zorder 50 pc "{i}{color=FF69B4}* moans and cums *{/i}{/color}" pc "Fuck..." scene s2c1s1_49 with dissolve ch "Mmmm..that was good." pc "You're telling me..." scene s2c1s1_50 with dissolve ch "You did seem to enjoy it." pc "Yeah...that's never really been done to me before." ch "I'm glad to be your first." ch "...but I'm not done with you yet..." scene s2c1s1_51 with dissolve "{i}{color=FF69B4}As she began to take off her clothes I removed my top.{/i}{/color}" scene s2c1s1_52 with dissolve "{i}{color=FF69B4}I was excited to find out what was going to happen next.{/i}{/color}" scene s2c1s1_53 with dissolve ch "I've been looking forward to this." pc "Oh yeah?" ch "Yeah...now lie back." scene s2c1s1_54 with dissolve "{i}{color=FF69B4}I followed her direction and watched as she began to climb on top of me.{/i}{/color}" scene s2c1s1_55 with dissolve "{i}{color=FF69B4}She came all the way up and sat on my face.{/i}{/color}" "{i}{color=FF69B4}She placed her hands on my head and guided me up to her pussy.{/i}{/color}" "{i}{color=FF69B4}I pressed my lips against it softly...{/i}{/color}" #56/57 scene s2c1_5 with dissolve "{i}{color=FF69B4}She then began to lightly grind against my mouth.{/i}{/color}" "{i}{color=FF69B4}It felt naughty being used like that...{/i}{/color}" scene s2c1s1_58 with dissolve "{i}{color=FF69B4}She stopped for a moment and I began to suck her pussy lips and playful lick inside of her.{/i}{/color}" scene s2c1s1_59 with dissolve ch "Mmmm..." ch "You like that pussy?" scene s2c1s1_60 with dissolve pc "{i}{color=FF69B4}* mumbles *{/i}{/color}\nMmmhm..." #62/61 scene s2c1_6 with dissolve ch "Yeah you do..." ch "Get in there." "{i}{color=FF69B4}She continued to rub my mouth on her pussy...{/i}{/color}" "{i}{color=FF69B4}Between her juices and my saliva it was getting wetter and wetter.{/i}{/color}" #63/64 scene s2c1_7 with dissolve "{i}{color=FF69B4}It was getting me so turned on...{/i}{/color}" "{i}{color=FF69B4}I started to play with my pussy as I continued to eat her out.{/i}{/color}" scene s2c1s1_65 with dissolve "{i}{color=FF69B4}She then carefully got up and spun around.{/i}{/color}" "{i}{color=FF69B4}She placed her pussy on my mouth while my nose pressed against the rim of her asshole.{/i}{/color}" scene s2c1s1_66 with dissolve ch "I like watching you touch that pussy..." ch "...while your tongue's inside of me." #67/68 scene s2c1_8 with dissolve "{i}{color=FF69B4}I started to rub myself again and could feel she was rubbing her pussy at the same time.{/i}{/color}" "{i}{color=FF69B4}I licked as deep as I could with my tongue.{/i}{/color}" ch "{i}{color=FF69B4}* moans *{/i}{/color}\nOh yeah..." #69/70 scene s2c1_9 with dissolve "{i}{color=FF69B4}We both picked up the pace...{/i}{/color}" "{i}{color=FF69B4}...and I could feel her body getting tense and shaky.{/i}{/color}" ch "{i}{color=FF69B4}* moans *{/i}{/color}\nOh fuck..." scene s2c1s1_71 with dissolve show whiteflash zorder 50 ch "{i}{color=FF69B4}* moans and cums *{/i}{/color}" "{i}{color=FF69B4}The sound of her cumming was enough to get me over the edge.{/i}{/color}" scene s2c1s1_72 with dissolve show whiteflash zorder 50 pc "{i}{color=FF69B4}* moans and cums *{/i}{/color}" scene s2c1s1_72 with dissolve ch "That was..." ch "...pretty fuckin' great." scene s2c1s1_73 with dissolve ch "You're something else." pc "Well thanks...you're pretty awesome yourself." ch "Thanks..." pc "We better head back to my car." scene s2c1s1_74 with dissolve ch "Yeah, good idea..." ch "We'll have to go for another ride again sometime..." pc "Absolutely." ch "I'll hold you to that..." scene black with dissolve pause KN_MOD "label s2c1s1_end:" stop music fadeout 3.0 show text "{size=+53}{color=FF69B4}Later that night...{/color}{/size}" at truecenter pause play music "music/chilling2.mp3" fadein 4.0 scene s2c1s2_1 with dissolve hide text "{i}{color=FF69B4}I decided to check on the girls before I went to bed.{/i}{/color}" scene s2c1s2_2 with dissolve "{i}{color=FF69B4}The door was slightly open and I could hear the girls voices inside.{/i}{/color}" scene s2c1s2_3 with dissolve "{i}{color=FF69B4}As I peeked through the crack in the door I could see Hannah helping Chloe with her bikini top.{/i}{/color}" KN_MOD "menu:" KN_MOD "Leave them be and go to bed.:" "{i}{color=FF69B4}I decided to leave and head to bed.{/i}{/color}" scene black with dissolve pause KN_MOD "jump s2c1s2_end" KN_MOD "Stay and watch to see what happens.if lesbianism >= 6:" $ s2c1_watchchloehannah = True KN_MOD "jump s1c1s2_cont" KN_MOD "label s1c1s2_cont:" $ lesbianism += 1 $ renpy.notify("Lesbianism +1") "{i}{color=FF69B4}I know it was wrong...but I wanted to watch and see if anything happened.{/i}{/color}" scene s2c1s2_4 with dissolve c "I really like this one." h "Yeah, me too." c "I think this is what I will wear tomorrow." scene s2c1s2_5 with dissolve h "Your boobs look awesome in it." c "They do?" h "Uh huh, sure do." h "Very grabbable." c "Oh yeah? I don't see them getting grabbed." scene s2c1s2_6 with dissolve "{i}{color=FF69B4}Hannah reached out and grabbed at Chloe's breasts.{/i}{/color}" c "{i}{color=FF69B4}* giggles *{/i}{/color}\nMuch better." h "{i}{color=FF69B4}* giggles *{/i}{/color}" c "Yours are looking pretty grabbable too." scene s2c1s2_7 with dissolve "{i}{color=FF69B4}Chloe then reached out and grabbed at Hannah's breasts.{/i}{/color}" "{i}{color=FF69B4}* both giggle *{/i}{/color}" h "Mmm..." h "I like that..." c "I think it'll be better without any top." h "Oh...I like that idea." scene s2c1s2_8 with dissolve "{i}{color=FF69B4}Both of the girls remove their tops and continue fondling each other.{/i}{/color}" c "Mmmm...how's that?" h "So good..." h "You have the best nipples..." c "I do?" scene s2c1s2_9 with dissolve h "Mmmhmm..." h "I really like them..." h "...in fact..." stop music fadeout 3.0 scene s2c1s2_10 with dissolve "{i}{color=FF69B4}Hannah then bent over and began to suck on Chloe's nipple.{/i}{/color}" play music "music/sexy2.mp3" fadein 4.0 c "Oh wow..." c "That feels so good." "{i}{color=FF69B4}I watched as Hannah squeezed Chloe's ass while continuing to suck.{/i}{/color}" scene s2c1s2_11 with dissolve h "{i}{color=FF69B4}* soft sucking noises *{/i}{/color}" c "{i}{color=FF69B4}* moans *{/i}{/color}" scene s2c1s2_12 with dissolve "{i}{color=FF69B4}They were having a moment and it didn't feel right to insert myself...{/i}{/color}" "{i}{color=FF69B4}...but I couldn't look away...{/i}{/color}" c "My turn..." h "Okay." scene s2c1s2_13 with dissolve "{i}{color=FF69B4}Chloe then began to suck Hannah's breast.{/i}{/color}" "{i}{color=FF69B4}The sight was so sexy...I couldn't help but get aroused...{/i}{/color}" scene s2c1s2_14 with dissolve h "Mmmm..." c "{i}{color=FF69B4}* sucking noises *{/i}{/color}" scene s2c1s2_15 with dissolve "{i}{color=FF69B4}Chloe's hand caressed Hannah ass as she continued to suck.{/i}{/color}" h "Let's lie down on your bed..." c "Okay..." scene s2c1s2_16 with dissolve "{i}{color=FF69B4}Chloe laid on her back and Hannah climbed on top of her.{/i}{/color}" scene s2c1s2_17 with dissolve "{i}{color=FF69B4}* kissing noises *{/i}{/color}" "{i}{color=FF69B4}They were so into it...{/i}{/color}" scene s2c1s2_18 with dissolve "{i}{color=FF69B4}My eyes were drawn to their perky tits rubbing against each other as they continued to makeout.{/i}{/color}" scene s2c1s2_19 with dissolve h "Mmmm...." c "{i}{color=FF69B4}* moans *{/i}{/color}" scene s2c1s2_20 with dissolve "{i}{color=FF69B4}Hannah worked her way down Chloe's body and kissed and sucked on her breast.{/i}{/color}" c "Ohh..." scene s2c1s2_21 with dissolve "{i}{color=FF69B4}She continued down further and began licking Chloe's pussy.{/i}{/color}" c "{i}{color=FF69B4}* moans *{/i}{/color}" scene s2c1s2_22 with dissolve "{i}{color=FF69B4}* licking noises *{/i}{/color}" c "That feels so good..." scene s2c1s2_24 with dissolve "{i}{color=FF69B4}I could feel myself getting wet...{/i}{/color}" #25/24 scene s2c1_10 with dissolve "{i}{color=FF69B4}I couldn't help but rub my pussy.{/i}{/color}" "{i}{color=FF69B4}It was one of the sexiest things I've ever witnessed.{/i}{/color}" "{i}{color=FF69B4}I watched as they switched positions...{/i}{/color}" scene s2c1s2_26 with dissolve "{i}{color=FF69B4}Chloe's ass was up in the air in my direction as she leaned down to lick her best friends pussy.{/i}{/color}" "{i}{color=FF69B4}Her tight little pussy and asshole looked so good...{/i}{/color}" scene s2c1s2_27 with dissolve "{i}{color=FF69B4}* licking noises *{/i}{/color}" h "Mmm...yeah." scene s2c1s2_28 with dissolve "{i}{color=FF69B4}I could then hear slurping wet sounds as Chloe sucked on Hannah pussy.{/i}{/color}" "{i}{color=FF69B4}* sucking and wet noises *{/i}{/color}" scene s2c1s2_29 with dissolve h "{i}{color=FF69B4}* moans *{/i}{/color}\nOh my god..." c "Mmmm...." #30/31 scene s2c1_11 with dissolve "{i}{color=FF69B4}I continued playing with myself...{/i}{/color}" "{i}{color=FF69B4}I was getting closer and closer to cumming.{/i}{/color}" h "Want to try to sit on my face?" c "Okay..." scene s2c1s2_32 with dissolve "{i}{color=FF69B4}I watched as Chloe placed her pussy on Hannah's mouth...{/i}{/color}" #33/34 scene s2c1_12 with dissolve "{i}{color=FF69B4}Hannah then began licking back and forth{/i}{/color}" c "Mmmmm..." #35/36 scene s2c1_13 with dissolve "{i}{color=FF69B4}Hannah moved her hand down to her pussy where she began to play with herself at the same time.{/i}{/color}" c "Oh god...don't stop." #37/38 scene s2c1_14 with dissolve "{i}{color=FF69B4}It was an amazing sight...{/i}{/color}" "{i}{color=FF69B4}Hearing Chloe nearing orgasm turned me on even more...{/i}{/color}" "{i}{color=FF69B4}I rubbed my pussy faster and faster.{/i}{/color}" c "{i}{color=FF69B4}* moans *{/i}{/color}\nOh..." scene s2c1s2_39 with dissolve show whiteflash zorder 50 c "{i}{color=FF69B4}* moans and cums *{/i}{/color}" scene s2c1s2_40 with dissolve show whiteflash zorder 50 h "{i}{color=FF69B4}* moans and cums *{/i}{/color}\nFuck..." scene s2c1s2_41 with dissolve show whiteflash zorder 50 pc "{i}{color=FF69B4}* cums *{/i}{/color}" "{i}{color=FF69B4}I balanced myself against the wall as I came in silence...{/i}{/color}" scene s2c1s2_42 with dissolve "{i}{color=FF69B4}I then quickly headed to bed in satisfaction.{/i}{/color}" scene black with dissolve pause KN_MOD "label s2c1s2_end:" stop music fadeout 3.0 show text "{size=+53}{color=FF69B4}The next day...{/color}{/size}" at truecenter pause play music "music/chilling.mp3" fadein 4.0 scene s2c1s3_1 with dissolve hide text pc "So..." pc "...hows Raya liking married life?" scene s2c1s3_2 with dissolve v "She's loving it." v "They are already talking about babies." scene s2c1s3_3 with dissolve pc "Aw, that would be great..." pc "...we need more babies around." pc "Everyone's all grown up now." scene s2c1s3_4 with dissolve v "It's true..." v "Especially these two..." scene s2c1s3_5 with dissolve "{i}{color=FF69B4}We both look over at Chloe and Hannah cleaning the car.{/i}{/color}" pc "You're right about that..." pc "We really need to spend more quality time with them..." scene s2c1s3_6 with dissolve v "As a matter of fact, my uncle said we can use his cabin anytime we want." v "Maybe the four of us could go one weekend." pc "Oh wow...yeah!" pc "That would be perfect." v "Okay...let's check our calendars and find a weekend that works." pc "Sounds good!" scene s2c1s3_7 with dissolve v "Look at this pervert..." "{i}{color=FF69B4}I looked over at the guy admiring Hannah's ass, as she washed his car.{/i}{/color}" pc "Yeah...well...he paid..." v "True...I guess he's getting what's advertised..." v "A bikini car wash..." pc "Yeah..." "{i}{color=FF69B4}* A car horn honks *{/i}{/color}" scene s2c1s3_8 with dissolve v "Who's that?" pc "Not sure...I'll go check." scene s2c1s3_9 with dissolve "{i}{color=FF69B4}I approached the vehicle and as I got nearer I realized it was Mr. Davis.{/i}{/color}" scene s2c1s3_10 with dissolve pc "Oh Mr. Davis..." pc "How are you?" scene s2c1s3_11 with dissolve dav "Great Mrs. Johnson...." scene s2c1s3_12 with dissolve "{i}{color=FF69B4}I noticed him take a quick glance at my body.{/i}{/color}" scene s2c1s3_13 with dissolve "{i}{color=FF69B4}Then quickly look back up with a slight grin.{/i}{/color}" dav "I just wanted to come out and help support the team." KN_MOD "menu:" KN_MOD "Flirt with him.if straight >= 6:" $ s2c1_flirtmrdavis = True KN_MOD "jump s2c1s3_flirt" KN_MOD "Dont flirt with him icolor=FF69B4ends Mr. Davis path/i/color:" $ mrdavisend = True KN_MOD "jump s2c1s3_noflirt" KN_MOD "label s2c1s3_noflirt:" scene s2c1s3_14 with dissolve pc "Of course...we appreciate that." scene s2c1s3_15 with dissolve dav "We are still on for that teacher conference tomorrow, right?" pc "Yeap, sure are." scene s2c1s3_16 with dissolve dav "Okay well great..." dav "I'm going to go get myself in line." pc "Okay, sounds good." pc "Bye." KN_MOD "jump s2c1s3_sara" #flirt KN_MOD "label s2c1s3_flirt:" $ straight += 1 $ renpy.notify("Straight +1") scene s2c1s3_17 with dissolve "{i}{color=FF69B4}I stepped up to his window and leaned over...{/i}{/color}" "{i}{color=FF69B4}...his eyes once again wandered.{/i}{/color}" pc "Well how sweet of you Mr. Davis..." scene s2c1s3_18 with dissolve pc "We really...really...appreciate it." scene s2c1s3_19 with dissolve dav "Of course..." dav "...and are we still on for our meeting tomorrow, right?" scene s2c1s3_20 with dissolve pc "{i}{color=FF69B4}* In a sexy voice *{/i}{/color}\nSure are..." pc "{i}{color=FF69B4}* In a sexy voice *{/i}{/color}\n...looking forward to it." scene s2c1s3_21 with dissolve dav "Great...I know we both want the very best for Chloe's future..." pc "Yes of course." scene s2c1s3_22 with dissolve dav "Okay well great..." dav "I'm going to go get myself in line." pc "Okay, sounds good." pc "Bye." scene s2c1s3_23 with dissolve "{i}{color=FF69B4}I could feel his eyes on my ass as I walked away...{/i}{/color}" "{i}{color=FF69B4}...and I liked it.{/i}{/color}" KN_MOD "label s2c1s3_sara:" scene black with dissolve show text "{size=+53}{color=FF69B4}Moments later...{/color}{/size}" at truecenter pause scene s2c1s3_24 with dissolve hide text j "Thanks for helping out [player_name]." pc "Of course, it's my pleasure." scene s2c1s3_25 with dissolve j "It seems to be going well." j "We're going to hit our goal for sure." scene s2c1s3_26 with dissolve pc "Yeah, it's going great." KN_MOD "if c9sara_path == True:" KN_MOD "jump c2s1s3_dancing" KN_MOD "else:" "{i}{color=FF69B4}I notice her look over my shoulder.{/i}{/color}" KN_MOD "jump c2s1s3_nodance" KN_MOD "label c2s1s3_dancing:" scene s2c1s3_28 with dissolve j "I'm looking forward to going dancing tonight." scene s2c1s3_29 with dissolve pc "Heck yeah..." pc "...me too." scene s2c1s3_30 with dissolve j "We haven't been able to hangout, just the two of us." pc "Yeah, that's true..." scene s2c1s3_32 with dissolve pc "We'll have some good fun, I'm sure..." "{i}{color=FF69B4}I notice her look over my shoulder.{/i}{/color}" KN_MOD "label c2s1s3_nodance:" j "Is that your husband?" scene s2c1s3_33 with dissolve pc "Oh good, he made it." pc "I'll be right back." j "Okay." scene s2c1s3_34 with dissolve "{i}{color=FF69B4}I walked over to Brody's car.{/i}{/color}" scene s2c1s3_35 with dissolve pc "Hey, you came." b "Of course I did." b "How's it going?" scene s2c1s3_36 with dissolve pc "Real well." pc "We're having a great time." b "That's great." "{i}{color=FF69B4}I noticed his eyes wandering around at some of the girls.{/i}{/color}" KN_MOD "menu:" KN_MOD "Be naughty with him.if straight >= 6 and brody_rel >= 6:" $ s2c1_naughtybrody = True KN_MOD "jump s2c1s3_naughty" KN_MOD "Dont do anything.:" KN_MOD "jump s2c1s3_nonaughty" KN_MOD "label s2c1s3_nonaughty:" pc "Need a wash?" scene s2c1s3_37 with dissolve b "Well, I don't really need a wash..." b "...but here, take fifty bucks to put towards it..." b "...I really need to get back to work." scene s2c1s3_38 with dissolve pc "Okay, see ya." scene black with dissolve pause KN_MOD "jump s2c1s3_continued" KN_MOD "label s2c1s3_naughty:" $ straight += 1 $ renpy.notify("Straight +1") scene s2c1s3_39 with dissolve $ brody_rel += 1 $ renpy.notify("Brody +1") stop music fadeout 3.0 "{i}{color=FF69B4}I moved a bit closer and gave him a sexy smile.{/i}{/color}" play music "music/smooth1.mp3" fadein 4.0 pc "So...you come for a wash or just to see all the girls in their bathing suits?" b "Hah...the second one for sure..." pc "Oh yeah?" pc "I knew you were a little pervert..." #41/42 scene s2c1_16 with dissolve "{i}{color=FF69B4}He placed his hands on his bulge and began to rub.{/i}{/color}" b "Guilty..." scene s2c1s3_42 with dissolve pc "Wow...someone's feeling a bit naughty..." b "What can I do?..." pc "Hmmm..." #reach in and grab #45/46/47 scene s2c1_17 with dissolve "{i}{color=FF69B4}I leaned over and placed my hand on his dick and began to rub.{/i}{/color}" pc "You can tell me how sexy I look." b "Oh fuck..." b "You look soooo sexy..." pc "Oh yeah?" pc "Why don't you take that dick out for me?" b "You serious?" pc "Uh huh...but be careful..." scene s2c1s3_48 with dissolve "{i}{color=FF69B4}He removed his pants, exposing his erect penis.{/i}{/color}" "{i}{color=FF69B4}I looked at it and gave him a grin.{/i}{/color}" pc "Mmmm...nice" scene s2c1s3_49 with dissolve "{i}{color=FF69B4}I posed a bit for him.{/i}{/color}" pc "You like my tits in this?" #50/51 scene s2c1_18 with dissolve "{i}{color=FF69B4}He began to stroke his dick.{/i}{/color}" b "God yes..." pc "Wish you could put your big hard dick between them?" b "Mmmmm...yes..." scene s2c1s3_52 with dissolve pc "That sounds like it would be fun..." scene s2c1s3_53 with dissolve "{i}{color=FF69B4}I saw that he was looking at the other girls too.{/i}{/color}" "{i}{color=FF69B4}Maybe I should...{/i}{/color}" KN_MOD "menu:" KN_MOD "Ask him about the attractiveness of Vera:" $ s2c1_veraattr = True KN_MOD "jump s2c1s3_isveraatt" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_noisveraatt" KN_MOD "label s2c1s3_isveraatt:" #yes scene s2c1s3_54 with dissolve pc "Vera's looking good today isn't she?" b "Yeah...she's very pretty..." pc "Just pretty? She's hot." scene s2c1s3_55 with dissolve pc "Look at that sexy ass." b "Mmmm..." #56/57 scene s2c1_19 with dissolve "{i}{color=FF69B4}He continues to jerk his dick while looking at Vera.{/i}{/color}" b "It is very nice..." KN_MOD "label s2c1s3_noisveraatt:" scene s2c1s3_58 with dissolve KN_MOD "menu:" KN_MOD "Ask him about the attractiveness of Sara:" $ s2c1_saraattr = True KN_MOD "jump s2c1s3_issaraatt" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_noissaraatt" KN_MOD "label s2c1s3_issaraatt:" pc "And what about Sara?" pc "She's something else huh?" b "She sure is..." scene s2c1s3_59 with dissolve pc "That sexy athletic body..." b "Yeah..." "{i}{color=FF69B4}He continues jerking his dick.{/i}{/color}" KN_MOD "label s2c1s3_noissaraatt:" scene s2c1s3_60 with dissolve KN_MOD "menu:" KN_MOD "Ask him about the attractiveness of Hannah.:" $ s2c1_hannahattr = True KN_MOD "jump s2c1s3_ishannahatt" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_noishannahatt" KN_MOD "label s2c1s3_ishannahatt:" #yes pc "Ohh....and Hannah..." pc "What do you think of her?" #62/63 scene s2c1_20 with dissolve b "She's a beautiful girl..." pc "She sure is..." scene s2c1s3_61 with dissolve pc "Her ass looks great in that suit..." b "{i}{color=FF69B4}* moans {/i}{/color}\nIt sure does..." KN_MOD "label s2c1s3_noishannahatt:" scene s2c1s3_64 with dissolve KN_MOD "menu:" KN_MOD "Ask him about the attractiveness of Chloe.:" $ s2c1_chloeattr = True KN_MOD "jump s2c1s3_ischloeatt" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_noischloeatt" KN_MOD "label s2c1s3_ischloeatt:" #yes "{i}{color=FF69B4}I looked directly at Chloe who was bent over washing the car.{/i}{/color}" "{i}{color=FF69B4}Is it a bit too taboo for me to mention her?{/i}{/color}" scene s2c1s3_74 with dissolve "{i}{color=FF69B4}I am curious though...{/i}{/color}" pc "...and what about our Chloe?" scene s2c1s3_75 with dissolve pc "...she looks great in that suit, huh?" scene s2c1s3_76 with dissolve b "Yeah, it looks great on her." "{i}{color=FF69B4}I could hear a bit of uncertainty in his voice...like he wasn't sure how to answer the question...{/i}{/color}" "{i}{color=FF69B4}I need to make it a bit more clear for him...{/i}{/color}" pc "She's got the cutest little body..." #77/78 scene s2c1_21 with dissolve b "Yeah...she sure does." pc "I just want to give her ass a squeeze sometimes." b "{i}{color=FF69B4}* moans {/i}{/color}\nOh..." scene s2c1s3_79 with dissolve pc "I bet she's got the tightest little virgin pussy..." b "Holy shit..." scene s2c1s3_80 with dissolve pc "Unexplored...and wet..." b "{i}{color=FF69B4}* moans {/i}{/color}\nFuck..." scene s2c1s3_81 with dissolve show whiteflash zorder 50 b "{i}{color=FF69B4}* moans and cums *{/i}{/color}" "{i}{color=FF69B4}I watched as he shot the biggest load I've ever seen...{/i}{/color}" scene s2c1s3_82 with dissolve b "Holy shit babe..." b "That was kinky as hell." pc "It was..." pc "You liked it?" b "Hell yes." pc "Well good..." pc "Now let me go get you a towel to clean that up." b "Okay." scene black with dissolve pause KN_MOD "jump s2c1s3_continued" KN_MOD "label s2c1s3_noischloeatt:" scene s2c1s3_65 with dissolve pc "You going to cum baby?" #66/67 scene s2c1_22 with dissolve b "Yeah, almost..." pc "Here' I'll help you finish real fast." #68/69 scene s2c1_23 with dissolve "{i}{color=FF69B4}I leaned in and grabbed his dick.{/i}{/color}" "{i}{color=FF69B4}I started to jerk him as he got closer and closer to cumming.{/i}{/color}" #70/71 scene s2c1_24 with dissolve pc "I want to see this big dick cum..." b "{i}{color=FF69B4}* moans *{/i}{/color}\nOh fuck..." scene s2c1s3_72 with dissolve show whiteflash zorder 50 h "{i}{color=FF69B4}* moans and cums *{/i}{/color}\nFuck..." scene s2c1s3_73 with dissolve "{i}{color=FF69B4}He looked up at me with a big smile.{/i}{/color}" b "Fuck that was fun." pc "I better get you a towel for that." b "Yeah that would be a good." pc "Okay, be right back." scene black with dissolve pause KN_MOD "label s2c1s3_continued:" show text "{size=+53}{color=FF69B4}A little bit later...{/color}{/size}" at truecenter pause scene s2c1s3_86 with dissolve hide text j "Oh hey..." j "...I was going to ask you something..." j "You mind taking a few photos of everyone for the school?" scene s2c1s3_87 with dissolve pc "Oh yeah, of course." pc "I'd be happy too." scene s2c1s3_88 with dissolve j "Thanks, you're the best." j "Just send me a handful of the best ones." pc "Okay, you got it." j "Thanks!" scene s2c1s3_89 with dissolve "{i}{color=FF69B4}I took out my phone and started to make my way around to take some photos.{/i}{/color}" "{i}{color=FF69B4}I came upon Hannah first while she was cleaning a car.{/i}{/color}" pc "I gotta take a few photos for coach." h "Okay." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Great, thanks." KN_MOD "menu:" KN_MOD "Ask for a sexy photo.if lesbianism >= 5:" $ s2c1_hannahsexy = True KN_MOD "jump s2c1s3_hannahsexy" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_nohannahsexy" KN_MOD "label s2c1s3_hannahsexy:" #yes $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pc "How about you give me something sexy?" h "Um...okay..." scene s2c1s3_90 with dissolve "{i}{color=FF69B4}Hannah placed her leg on the hood and posed for the camera.{/i}{/color}" "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Oh la la...very nice." h "{i}{color=FF69B4}* giggles *{/i}{/color}\nThanks..." KN_MOD "label s2c1s3_nohannahsexy:" #no scene s2c1s3_91 with dissolve "{i}{color=FF69B4}I approached Kiara at the rear of the car.{/i}{/color}" pc "Hey Kiara..." pc "I am taking photos for the coach." scene s2c1s3_92 with dissolve ki "Oh okay." ki "No problem." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Perfect, thanks." KN_MOD "menu:" KN_MOD "Ask for a sexy photo.if lesbianism >= 5:" $ s2c1_kiarasexy = True KN_MOD "jump s2c1s3_kiarasexy" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_nokiarasexy" KN_MOD "label s2c1s3_kiarasexy:" #yes $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pc "How about a sexy one too?" ki "{i}{color=FF69B4}* chuckles *{/i}{/color}\nA sexy one?...Sure." scene s2c1s3_93 with dissolve "{i}{color=FF69B4}Kiara then turned a bit more to the side, exposing her backside.{/i}{/color}" "{i}{color=FF69B4}She looked back at me with a cute smirk.{/i}{/color}" "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" scene s2c1s3_94 with dissolve ki "Got it?" pc "Yeap...sexy sexy!" ki "{i}{color=FF69B4}* laughs *{/i}{/color}\nThanks Mrs. J." KN_MOD "label s2c1s3_nokiarasexy:" scene s2c1s3_95 with dissolve "{i}{color=FF69B4}I approached Whitney and Zoey, who were busy chatting away.{/i}{/color}" pc "Hey ladies..." pc "Coach asked me to take some photos." scene s2c1s3_96 with dissolve wh "Sure, go for it." z "Yeah, take away." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Thanks..." KN_MOD "menu:" KN_MOD "Ask for a sexy photo.if lesbianism >= 5:" $ s2c1_whitsexy = True KN_MOD "jump s2c1s3_whitsexy" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_nowhitsexy" KN_MOD "label s2c1s3_whitsexy:" #yes $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pc "How about you give me a sexy pose too?" wh "Like what?" pc "I don't know...whatever you think." scene s2c1s3_97 with dissolve "{i}{color=FF69B4}They came together and both grabbed each others boob.{/i}{/color}" "{i}{color=FF69B4}* both girls giggle *{/i}{/color}" scene s2c1s3_98 with dissolve z"{i}{color=FF69B4}* giggles *{/i}{/color}\nHow about this?" pc "That'll work just fine." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Thanks ladies." "{i}{color=FF69B4}* both girls laugh *{/i}{/color}" wh "No problem." KN_MOD "label s2c1s3_nowhitsexy:" scene s2c1s3_99 with dissolve pc "You're up Sara." pc "Give me a smile." j "Oh okay." scene s2c1s3_100 with dissolve "{i}{color=FF69B4}She gives a shy looking smile.{/i}{/color}" "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Perfect." KN_MOD "menu:" KN_MOD "Ask for a sexy photo.if lesbianism >= 5:" $ s2c1_sarasexy = True KN_MOD "jump s2c1s3_sarasexy" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_nosarasexy" KN_MOD "label s2c1s3_sarasexy:" #yes $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pc "How about a sexy one, just for me?" j "Just for you, huh?" j "Okay..." scene s2c1s3_101 with dissolve "{i}{color=FF69B4}She turns around and presents her ass to the camera.{/i}{/color}" pc "Oh yeah!" "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" scene s2c1s3_102 with dissolve "{i}{color=FF69B4}I then zoomed in a bit closer.{/i}{/color}" "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" pc "Very nice...my new phone background." "{i}{color=FF69B4}* both laugh *{/i}{/color}" KN_MOD "label s2c1s3_nosarasexy:" scene s2c1s3_104 with dissolve "{i}{color=FF69B4}I approached Vera and Chloe in the next stall.{/i}{/color}" pc "Hey, I need to get a few photos for the Coach." v "I am always down for a photo shoot." scene s2c1s3_105 with dissolve "{i}{color=FF69B4}Without asking, Vera gave a sexy pose for the camera.{/i}{/color}" "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" v "How'd it look?" pc "Fantastic." v "Great." pc "Chloe, come take a photo real quick with Vera." c "Okay." scene s2c1s3_106 with dissolve "{i}{color=FF69B4}Vera put her arm around her shoulder as she stood next to her.{/i}{/color}" pc "Aw, that's perfect." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" KN_MOD "menu:" KN_MOD "Ask for a sexy photo.if lesbianism >= 5:" $ s2c1_chloesexy = True KN_MOD "jump s2c1s3_chloesexy" KN_MOD "Dont and move on.:" KN_MOD "jump s2c1s3_nochloeasexy" KN_MOD "label s2c1s3_chloesexy:" #yes $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pc "How about something a bit sexier?" v "Like this?" scene s2c1s3_107 with dissolve "{i}{color=FF69B4}Vera then lifted one side of her top, exposing her breast.{/i}{/color}" "{i}{color=FF69B4}Chloe turned and looked with a surprised look on her face.{/i}{/color}" c "Oh!" pc "Not exactly what I was thinking, but it will work." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" scene s2c1s3_108 with dissolve "{i}{color=FF69B4}With her breast still exposed, Vera turned to Chloe.{/i}{/color}" v "Come on Chloe, don't be so prude." c "I'm not prude..." v "Prove it." "{i}{color=FF69B4}Chloe looked around to make sure noone else was watching.{/i}{/color}" scene s2c1s3_111 with dissolve "{i}{color=FF69B4}She then turned around and pulled down her bikini bottom, exposing her ass toward me.{/i}{/color}" "{i}{color=FF69B4}It surprised us both.{/i}{/color}" v "Oh yeah!" c "Hurry, take the picture." scene s2c1s3_112 with dissolve "{i}{color=FF69B4}Vera turned and smiled while placing her hand on Chloe's hip.{/i}{/color}" v "Cheeeseee." "{i}{color=FF69B4}* I snapped a photo *{/i}{/color}" "{i}{color=FF69B4}* all laughed *{/i}{/color}" scene s2c1s3_113 with dissolve "{i}{color=FF69B4}Chloe quickly pulled up her bottom and Vera adjusted her top.{/i}{/color}" pc "Those are keepers for sure." "{i}{color=FF69B4}* all laughed *{/i}{/color}" KN_MOD "label s2c1s3_nochloeasexy:" scene s2c1s3_114 with dissolve pc "So hey...what would you guys say to heading to our house for a swim after this?" scene s2c1s3_115 with dissolve c "Yeah, yeah, let's do it!" v "That sounds great....I'll tell Hannah." c "Sweet!" scene black with dissolve pause #chapter end KN_MOD "label s2c1_end:" KN_MOD "jump s2c2_start" image s2c2_1: "/s2c2/s4/s2c2s4_51.jpg" pause 0.5 "/s2c2/s4/s2c2s4_50.jpg" pause 0.5 repeat image s2c2_2: "/s2c2/s4/s2c2s4_52.jpg" pause 0.5 "/s2c2/s4/s2c2s4_53.jpg" pause 0.5 repeat image s2c2_3: "/s2c2/s4/s2c2s4_56.jpg" pause 0.5 "/s2c2/s4/s2c2s4_57.jpg" pause 0.5 repeat image s2c2_4: "/s2c2/s4/s2c2s4_38.jpg" pause 0.5 "/s2c2/s4/s2c2s4_39.jpg" pause 0.5 "/s2c2/s4/s2c2s4_40.jpg" pause 0.5 "/s2c2/s4/s2c2s4_39.jpg" pause 0.5 repeat image s2c2_6: "/s2c2/s6/s2c2s6_14.jpg" pause 0.5 "/s2c2/s6/s2c2s6_13.jpg" pause 0.5 repeat image s2c2_7: "/s2c2/s6/s2c2s6_15.jpg" pause 0.5 "/s2c2/s6/s2c2s6_16.jpg" pause 0.5 repeat image s2c2_8: "/s2c2/s6/s2c2s6_20.jpg" pause 0.5 "/s2c2/s6/s2c2s6_21.jpg" pause 0.5 repeat image s2c2_9: "/s2c2/s6/s2c2s6_20.jpg" pause 0.3 "/s2c2/s6/s2c2s6_21.jpg" pause 0.3 repeat image s2c2_10: "/s2c2/s6/s2c2s6_33.jpg" pause 0.5 "/s2c2/s6/s2c2s6_32.jpg" pause 0.5 repeat image s2c2_11: "/s2c2/s6/s2c2s6_34.jpg" pause 0.5 "/s2c2/s6/s2c2s6_35.jpg" pause 0.5 repeat image s2c2_12: "/s2c2/s6/s2c2s6_37.jpg" pause 0.5 "/s2c2/s6/s2c2s6_38.jpg" pause 0.5 repeat image s2c2_13: "/s2c2/s6/s2c2s6_40.jpg" pause 0.3 "/s2c2/s6/s2c2s6_39.jpg" pause 0.3 repeat KN_MOD "label s2c2_start:" scene black with dissolve pause scene s2c2start with dissolve stop music fadeout 3.0 pause scene black with dissolve show text "{size=+53}{color=FF69B4}Later that day...{/color}{/size}" at truecenter play music "music/chilling.mp3" fadein 4.0 pause scene s2c2s1_1 with dissolve v "The car wash was actually a lot of fun..." pc "It was..." scene s2c2s1_2 with dissolve pc "...and we hit our goal so that's great." v "Yep..." scene s2c2s1_3 with dissolve v "...and trying out your new hot tub is our reward!" pc "{i}{color=FF69B4}* chuckles *{/i}{/color}\nYes indeed." scene black with dissolve pause scene s2c2s1_4 with dissolve pc "It sucks Tamara couldn't make it today." v "Yeah, it's her busy season..." v "...and she had an open house she couldn't miss." pc "I haven't seen her since the bachelorette party..." scene s2c2s1_5 with dissolve v "I had coffee with her and Sophie, but other than that we haven't connected much." v "We should try to get all the ladies together again..." scene s2c2s1_6 with dissolve v "Maybe I'll just set up a little movie night at my house..." v "...some drinks and some laughs." scene s2c2s1_7 with dissolve pc "Oh yeah, that sounds like fun." v "Okay yay." scene s2c2s1_8 with dissolve "{i}{color=FF69B4}Chloe and Hannah then approached the hot tub.{/i}{/color}" pc "Hey girls." h "Hey." c "Hey, can we join you guys?" pc "Of course...hop in." scene s2c2s1_9 with dissolve "{i}{color=FF69B4}I watched as the girls stepped into the hot tub.{/i}{/color}" scene s2c2s1_10 with dissolve "{i}{color=FF69B4}First Hannah...{/i}{/color}" scene s2c2s1_11 with dissolve "{i}{color=FF69B4}...and then Chloe.{/i}{/color}" scene s2c2s1_12 with dissolve v "You guys have a good time today?" c "Yeah, it was cool." h "Yeah, for sure..." h "It was nice for Mr. Davis to stop by..." scene s2c2s1_13 with dissolve pc "It was..." pc "I actually have a meeting with him tomorrow." scene s2c2s1_14 with dissolve h "Oh...cool..." c "Yeah, she's gonna hear how amazing I am." scene s2c2s1_15 with dissolve pc "{i}{color=FF69B4}* chuckles *{/i}{/color}\nYeah I'm sure I will." c "You're picking me up afterwards right?" c "I got practice and then a gym session planned." pc "Yeap, I'll do that." c "Alright cool..." scene s2c2s1_16 with dissolve c "Hopefully I can even lift my arms tomorrow..." c "...washing those cars was a workout." h "True that." c "My shoulders and arms feel like jelly..." c "...this hot tub hits the spot though." scene s2c2s1_17 with dissolve pc "I'll give you a little rub, come here..." scene s2c2s1_18 with dissolve c "Oh, would you?" c "Thanks [chloe_adr_pc_as]." h "I'm next." scene s2c2s1_19 with dissolve v "Come here silly...I can do it." scene s2c2s1_20 with dissolve h "Okay, awesome!" scene s2c2s1_21 with dissolve "{i}{color=FF69B4}The girls came over and sat between our legs.{/i}{/color}" "{i}{color=FF69B4}We both began to massage their arms and shoulders.{/i}{/color}" v "So girls..." v "Some cool news..." v "I spoke with my uncle, who happens to have a nice cabin..." v "...we were thinking of doing a little girls trip up there...just the four of us." h "Oh, sweet!" scene s2c2s1_22 with dissolve c "That sounds awesome." pc "We'll have a lot of fun." c "I can't wait!" scene s2c2s1_23 with dissolve h "Yeah!" c "You guys are the best." scene s2c2s1_24 with dissolve pc "Aw..." pc "...well you two are the best [chloe_rel_to_pc]'s a [pc_rel_to_chloe] could ever ask for." v "Definitely..." KN_MOD "menu:" KN_MOD "Get a bit naughty.if lesbianism >= 8 and chloe_rel >= 6:" "{i}{color=FF69B4}I was feeling a bit bold...{/i}{/color}" stop music fadeout 3.0 "{i}{color=FF69B4}...and the rubbing and the hot tub was kind of turning me on.{/i}{/color}" $ s2c2s1_naughtyhottub = True KN_MOD "jump s2c2s1_naughty" KN_MOD "Dont and move on.:" c "Aw, thanks guys." scene black with dissolve "{i}{color=FF69B4}We hung out in the hot tub for a bit longer...{/i}{/color}" "{i}{color=FF69B4}...and Chloe ended up going over to Vera and Hannah's house.{/i}{/color}" pause KN_MOD "jump s2c2_s2" KN_MOD "label s2c2s1_naughty:" play music "music/smooth1.mp3" fadein 4.0 pc "...and, you happen to also be the most cutest,..." $ chloe_rel += 1 $ renpy.notify("Chloe +1") scene s2c2s1_26 with dissolve $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pause scene s2c2s1_27 with dissolve pc "...sexiest [chloe_rel_to_pc] a [pc_rel_to_chloe] could ever ask for." c "Oh..." "{i}{color=FF69B4}We then leaned in closer to eachother...{/i}{/color}" scene s2c2s1_28 with dissolve "{i}{color=FF69B4}...and our lips gently touched.{/i}{/color}" scene s2c2s1_29 with dissolve "{i}{color=FF69B4}We continued to kiss softly as Hannah and Vera watched on.{/i}{/color}" h "Oh yeah..." v "Turn around you...I wanna kiss my beautiful girl too." scene s2c2s1_30 with dissolve "{i}{color=FF69B4}I saw as Hannah and Vera began to kiss one another.{/i}{/color}" "{i}{color=FF69B4}It was very sexy to watch...{/i}{/color}" scene s2c2s1_31 with dissolve "{i}{color=FF69B4}All four of us moaned as we continued to kiss eachother.{/i}{/color}" scene s2c2s1_32 with dissolve pc "Your such a good little kisser." c "I am?" pc "Oh yes." scene s2c2s1_33 with dissolve h "What about me [chloe_adr_pc_as], am I a good kisser?" v "Very much so honey." scene s2c2s1_34 with dissolve KN_MOD "menu:" KN_MOD "Suggest we swap daughters and compare.if lesbianism >= 10 and chloe_rel >= 6 and hannah_rel >= 3:" $ s2c2s1_swapkissing = True KN_MOD "jump s2c2s1_swapkiss" KN_MOD "Dont and move on.:" pc "You guys are the best." v "Yes you are." scene s2c2s1_36 with dissolve v "But we gotta be getting home..." v "Chloe you coming over right?" c "Yeap, let me go pack a bag." v "Okay sounds good." scene black with dissolve "{i}{color=FF69B4}We all got out of the hot tub and the girls left for Vera's.{/i}{/color}" pause KN_MOD "jump s2c2_s2" KN_MOD "label s2c2s1_swapkiss:" $ lesbianism += 1 $ renpy.notify("Lesbianism +1") pc "Maybe we should compare the two Vera..." pc "Would you be open to swapping?" scene s2c2s1_35 with dissolve v "Oh...that sounds like fun..." v "Girls?" scene s2c2s1_36 with dissolve h "Oh heck yeah I'm down." c "Okay yeah." v "Good, well come here." c "{i}{color=FF69B4}* giggles *{/i}{/color}\nOkay." scene s2c2s1_37 with dissolve "{i}{color=FF69B4}The girls got up and swapped positions.{/i}{/color}" "{i}{color=FF69B4}Chloe sat down with Vera...{/i}{/color}" scene s2c2s1_38 with dissolve "{i}{color=FF69B4}...and Hannah sat down between my legs.{/i}{/color}" "{i}{color=FF69B4}She had a sweet excited look on her face.{/i}{/color}" pc "Ready?" h "Yes..." scene s2c2s1_39 with dissolve "{i}{color=FF69B4}We both leaned into towards eachother and our lips touched.{/i}{/color}" "{i}{color=FF69B4}It was a soft gentle kiss at first.{/i}{/color}" h "{i}{color=FF69B4}* lightly moans *{/i}{/color}" scene s2c2s1_40 with dissolve "{i}{color=FF69B4}I opened my eyes and watched as Vera looked into Chloe's eyes...{/i}{/color}" scene s2c2s1_41 with dissolve "{i}{color=FF69B4}...and then leaned and and began to kiss.{/i}{/color}" scene s2c2s1_42 with dissolve "{i}{color=FF69B4}There kiss quickly became a bit more sensual...{/i}{/color}" scene s2c2s1_43 with dissolve "{i}{color=FF69B4}...and I could tell they were softly tonguing eachother.{/i}{/color}" scene s2c2s1_44 with dissolve "{i}{color=FF69B4}I focused back on Hannah...{/i}{/color}" scene s2c2s1_45 with dissolve "{i}{color=FF69B4}...and began to kiss her more passionately.{/i}{/color}" scene s2c2s1_46 with dissolve "{i}{color=FF69B4}Our tongues entered eachothers mouths and we massaged them back and forth.{/i}{/color}" "{i}{color=FF69B4}All four of us were moaning as the sounds of tongue licking and sucking continued.{/i}{/color}" scene s2c2s1_47 with dissolve "{i}{color=FF69B4}I felt Hannah's arm began to carress my lower back...{/i}{/color}" scene s2c2s1_48 with dissolve "{i}{color=FF69B4}...and I stepped it up a notch by lightly fondiling her breast.{/i}{/color}" h "Mmmm...." scene s2c2s1_49 with dissolve "{i}{color=FF69B4}It felt supple and perky...it was really turning me on...{/i}{/color}" "{i}{color=FF69B4}...we continued deeply kissing until finally separating.{/i}{/color}" scene s2c2s1_50 with dissolve pc "This one is a keeper Vera." pc "Was kind of hard to stop." scene s2c2s1_51 with dissolve v "Don't I know it..." v "...and Chloe here... she's delicious." v "I say we let them kiss eachother now." pc "Oh, I like that." c "{i}{color=FF69B4}* giggles *{/i}{/color}\nOkay..." h "Mmmm yeah, come here Chloe." scene s2c2s1_52 with dissolve "{i}{color=FF69B4}The girls stood up and held eachother very passionately.{/i}{/color}" "{i}{color=FF69B4}It was very clear they were in to eachother...{/i}{/color}" scene s2c2s1_53 with dissolve "{i}{color=FF69B4}They began to kiss which was so very sexy to watch...{/i}{/color}" c "Mmm..." h "{i}{color=FF69B4}* lightly moans *{/i}{/color}" scene s2c2s1_54 with dissolve "{i}{color=FF69B4}I looked down at Hannah's tight little ass and couldn't help myself.{/i}{/color}" scene s2c2s1_55 with dissolve "{i}{color=FF69B4}I reached out and grabbed a nice handful.{/i}{/color}" pc "Mmm...Vera, what a lovely tushy Hannah has." scene s2c2s1_56 with dissolve v "Yeah and Chloe's got a nice little tight one too." scene s2c2s1_58 with dissolve "{i}{color=FF69B4}Things were getting spicy...{/i}{/color}" "{i}{color=FF69B4}Vera and I stood up behind the girls as they continued to makeout.{/i}{/color}" scene s2c2s1_59 with dissolve "{i}{color=FF69B4}Suddenly, the sound of a door inside closing could clearly be heard.{/i}{/color}" stop music fadeout 1.0 pc "Ut oh." play music "music/chilling.mp3" fadein 4.0 scene s2c2s1_60 with dissolve "{i}{color=FF69B4}We all quickly sat back down.{/i}{/color}" pc "Okay, it was Brody...I saw him walk upstairs." scene s2c2s1_61 with dissolve v "Well that was exciting." pc "Yeah..." h "Sure was." c "Agreed..." scene s2c2s1_62 with dissolve pc "I think we're going to have a great time at the cabin..." scene s2c2s1_63 with dissolve v "I think you're right..." c "I can't wait." h "Me too..." scene black with dissolve "{i}{color=FF69B4}We finished up in the pool and Chloe headed over to Hannah's house for the night.{/i}{/color}" stop music fadeout 2.0 pause KN_MOD "label s2c2_s2:" play music "music/relaxambient.mp3" fadein 4.0 show text "{size=+53}{color=FF69B4}A little while later...{/color}{/size}" at truecenter pause scene s2c2s2_1 with dissolve hide text "{i}{color=FF69B4}After the girls left I caught up on chores around the house.{/i}{/color}" scene s2c2s2_2 with dissolve pause scene s2c2s2_3 with dissolve pause scene s2c2s2_4 with dissolve pause scene s2c2s2_5 with dissolve pause scene s2c2s2_6 with dissolve pause scene black with dissolve stop music fadeout 2.0 pause KN_MOD "label s2c2_s3:" play music "music/chilling2.mp3" fadein 4.0 show text "{size=+53}{color=FF69B4}Later that night...{/color}{/size}" at truecenter pause scene s2c2s3_1 with dissolve hide text "{i}{color=FF69B4}I laid out an outfit and began to head towards the bathroom.{/i}{/color}" scene s2c2s3_2 with dissolve "{i}{color=FF69B4}I was suprised to see Parker at the top of the stairs.{/i}{/color}" pc "Oh! Hi sweetie." p "Hey [parker_adr_pc_as]." scene s2c2s3_3 with dissolve pc "I thought you left already." p "Yeah, I'm heading out soon..." p "...I just need a quick shower and I need to grab some clothes." pc "Oh I see..." KN_MOD "menu:" KN_MOD "Suggest showering together.if straight >= 2 and parker_rel >= 6:" $ s2c2s3_shower = True KN_MOD "jump s2c2s3_shower" KN_MOD "Dont and say goodbye.:" scene s2c2s3_4 with dissolve pc "Well...be have fun and be safe tonight." p "I will...bye." scene black with dissolve KN_MOD "jump s2c2_s5" KN_MOD "label s2c2s3_shower:" scene s2c2s3_4 with dissolve $ parker_rel += 1 $ renpy.notify("Parker +1") "{i}{color=FF69B4}I was feeling a bit naughty...{/i}{/color}" $ straight += 1 $ renpy.notify("Straight +1") pc "Well..." pc "If you are interested...you could join me." scene s2c2s3_5 with dissolve p "What!?" p "You mean like...in the shower?" pc "Uh huh...only if you want too..." scene s2c2s3_6 with dissolve p "Are you kidding?! Of course I want to." scene s2c2s3_7 with dissolve pc "I thought you would...now grab a towel and I will meet you in there." p "Okay!" scene black with dissolve KN_MOD "label s2c3_s4:" show text "{size=+53}{color=FF69B4}A few moments later...{/color}{/size}" at truecenter pause scene s2c2s4_1 with dissolve hide text "{i}{color=FF69B4}I turned on the shower and stepped in.{/i}{/color}" scene s2c2s4_2 with dissolve "{i}{color=FF69B4}As the water began to run down my body so did the excitement.{/i}{/color}" "{i}{color=FF69B4}I can't believe I am about to share a shower with my [parker_rel_to_pc].{/i}{/color}" scene s2c2s4_3 with dissolve "{i}{color=FF69B4}Parker entered the bathroom and looked at me with surprise and awe.{/i}{/color}" p "Holy..." scene s2c2s4_4 with dissolve p "This is..." p "...a dream come true." scene s2c2s4_5 with dissolve "{i}{color=FF69B4}I was flattered by his comment...and I really enjoyed the way he looked at me.{/i}{/color}" pc "Aw..." pc "...well...what you waiting for?" scene s2c2s4_6 with dissolve p "Okay, one sec...I need to pee real fast." KN_MOD "menu:" KN_MOD "Suggest peeing on me instead.if c6s2_parkerpeeon == True:" $ s2c2s4_showerpee = True KN_MOD "jump s2c2s4_showerpee" KN_MOD "Tell him to hurry and pee and then join you.:" pc "Okay, well hurry up and then get in here." p "Okay." scene black with dissolve stop music fadeout 2.0 pause play music "music/sexy2.mp3" fadein 3.0 KN_MOD "jump s2c2s4_afterpee1" KN_MOD "label s2c2s4_showerpee:" stop music fadeout 2.0 scene s2c2s4_7 with dissolve $ urination += 1 $ renpy.notify("Urination +1") pc "Hm...why don't you do it on me instead?" play music "music/sexy2.mp3" fadein 3.0 scene s2c2s4_8 with dissolve p "I can?" scene s2c2s4_9 with dissolve pc "Yeah..." pc "...but only if you want to..." scene s2c2s4_10 with dissolve p "Yeah, I definitely want to." scene s2c2s4_11 with dissolve pc "Well good..." pc "...take those clothes off and come here." scene s2c2s4_12 with dissolve "{i}{color=FF69B4}Parker began to take off his clothes with excitement.{/i}{/color}" "{i}{color=FF69B4}I got down on my knees in preparation.{/i}{/color}" scene s2c2s4_13 with dissolve "{i}{color=FF69B4}He came up next to me grasping his semi-erect penis and aimed it towards my body.{/i}{/color}" p "You ready [parker_adr_pc_as]?" "{i}{color=FF69B4}I nodded in agreement.{/i}{/color}" pc "Uh huh...give it to me." scene s2c2s4_14 with dissolve "{i}{color=FF69B4}I watched as his piss came streaming towards me.{/i}{/color}" scene s2c2s4_15 with dissolve "{i}{color=FF69B4}It began splashing on my chest.{/i}{/color}" "{i}{color=FF69B4}It was warm...and it felt so kinky.{/i}{/color}" scene s2c2s4_16 with dissolve "{i}{color=FF69B4}I looked up and we locked eyes.{/i}{/color}" pc "Mmmm..." pc "You like that honey?" p "I do [parker_adr_pc_as]...do you?" scene s2c2s4_17 with dissolve pc "Oh yeah." "{i}{color=FF69B4}I leaned back and enjoyed his piss splashing against my breasts.{/i}{/color}" pc "{i}{color=FF69B4}* lightly moans *{/i}{/color}" scene s2c2s4_18 with dissolve p "Wow..." scene s2c2s4_19 with dissolve KN_MOD "menu:" KN_MOD "Have him pee in your mouth.:" $ s2c2s4_peemouth = True KN_MOD "jump s2c2s4_peemouth" KN_MOD "Dont and move on.:" KN_MOD "jump s2c2s4_afterpee2" KN_MOD "label s2c2s4_peemouth:" $ urination += 1 $ renpy.notify("Urination +1") pc "Why don't you..." pc "...aim a bit higher." p "Okay..." scene s2c2s4_20 with dissolve "{i}{color=FF69B4}He aimed a bit higher and I felt his pee splash against my neck.{/i}{/color}" scene s2c2s4_21 with dissolve "{i}{color=FF69B4}I quickly leaned over and began to catch the stream in my mouth.{/i}{/color}" p "Woah." scene s2c2s4_22 with dissolve "{i}{color=FF69B4}I felt his pee hitting the back of my throat and slowly filling up my mouth.{/i}{/color}" p "That's so hot..." scene s2c2s4_23 with dissolve "{i}{color=FF69B4}My mouth got full and it began to overflow.{/i}{/color}" KN_MOD "menu:" KN_MOD "Swallow his pee.:" $ s2c2s4_peeswallow = True KN_MOD "jump s2c2s4_peeswallow" KN_MOD "Spit it his pee.:" scene s2c2s4_27 with dissolve "{i}{color=FF69B4}His pee stream ended and I bent over and spit out the pee into the shower.{/i}{/color}" scene s2c2s4_26 with dissolve "{i}{color=FF69B4}I looked back up at him with a smile.{/i}{/color}" pc "Mmmmm, that was fun." p "It sure was." scene s2c2s4_29 with dissolve "{i}{color=FF69B4}I stood up and looked at him with a sexy grin.{/i}{/color}" KN_MOD "jump s2c2s4_afterpee3" KN_MOD "label s2c2s4_peeswallow:" scene s2c2s4_24 with dissolve "{i}{color=FF69B4}His pee stream ended and I looked up at him with my closed mouth full of his pee.{/i}{/color}" scene s2c2s4_25 with dissolve "{i}{color=FF69B4}I kept eye contact as I swallowed it all down my throat.{/i}{/color}" scene s2c2s4_26 with dissolve pc "Mmmm...so good." scene s2c2s4_28 with dissolve p "Holy crap [parker_adr_pc_as], that was amazing." pc "I really liked it too honey." scene s2c2s4_29 with dissolve "{i}{color=FF69B4}I stood up and looked at him with a sexy grin.{/i}{/color}" KN_MOD "jump s2c2s4_afterpee3" KN_MOD "label s2c2s4_afterpee2:" scene s2c2s4_29 with dissolve "{i}{color=FF69B4}His pee stream ended and I stood up and looked at him with a sexy grin.{/i}{/color}" KN_MOD "label s2c2s4_afterpee3:" pc "Now get in here." p "Yes, mam." KN_MOD "label s2c2s4_afterpee1:" scene s2c2s4_30 with dissolve "{i}{color=FF69B4}He stepped into the shower and I turned away from him.{/i}{/color}" pc "Why don't you wash me first...and then I'll help you." p "Mmm...yeah, that sounds good to me!" scene s2c2s4_31 with dissolve "{i}{color=FF69B4}I felt his hands begin to caress and rub my arms...{/i}{/color}" scene s2c2s4_32 with dissolve "{i}{color=FF69B4}...and he worked his way to my back.{/i}{/color}" scene s2c2s4_33 with dissolve "{i}{color=FF69B4}His hands continued to move lower to the top of my ass.{/i}{/color}" scene s2c2s4_34 with dissolve "{i}{color=FF69B4}I could feel his dick poking against me with excitement.{/i}{/color}" p "God I love touching you." pc "It's pretty clear based off what your little guy is doing down there." scene s2c2s4_35 with dissolve p "Little guy?" pc "Well...you're right..." pc "...he's definitely not little...quite the contrary." scene s2c2s4_36 with dissolve "{i}{color=FF69B4}I spun around, exposing the front of my naked body to my [parker_rel_to_pc].{/i}{/color}" scene s2c2s4_37 with dissolve "{i}{color=FF69B4}His hands moved up to my breasts where he gazed in delight.{/i}{/color}" scene s2c2s4_38 with dissolve "{i}{color=FF69B4}He then moved his thumbs to my nipples which were already hard from the excitement.{/i}{/color}" scene s2c2_4 with dissolve "{i}{color=FF69B4}He then proceeded to play with them back and forth.{/i}{/color}" pc "Mmmm..." p "They're so amazing." pc "Glad you like them baby." "{i}{color=FF69B4}I was enjoying the hell out of this foreplay.{/i}{/color}" scene s2c2s4_42 with dissolve pc "It's your turn for a wash." p "Okay." scene s2c2s4_43 with dissolve "{i}{color=FF69B4}I began by washing his shoulders and arms...{/i}{/color}" scene s2c2s4_44 with dissolve "{i}{color=FF69B4}...working my way down his back...{/i}{/color}" scene s2c2s4_45 with dissolve "{i}{color=FF69B4}...and down to his cute little tight butt which I gave a squeeze.{/i}{/color}" pc "Such a cute little tushy." p "{i}{color=FF69B4}* chuckles *{/i}{/color}" scene s2c2s4_46 with dissolve "{i}{color=FF69B4}I then pressed my body up against his and placed my hands around to his chest.{/i}{/color}" p "Mmm..." scene s2c2s4_47 with dissolve "{i}{color=FF69B4}I then grinded my body slowly down against his.{/i}{/color}" p "Oh wow..." scene s2c2s4_48 with dissolve "{i}{color=FF69B4}I then slowly came up his back, making sure he felt my breasts rubbing against his body.{/i}{/color}" scene s2c2s4_49 with dissolve p "That feels so amazing." "{i}{color=FF69B4}I reached around and grabbed ahold of his hard cock.{/i}{/color}" pc "Want me to help take care of this before you go out tonight?" scene s2c2s4_54 with dissolve p "Would you?" pc "Of course honey." scene s2c2_1 with dissolve "{i}{color=FF69B4}I kept my body pressed against his as I began stroking his swollen cock.{/i}{/color}" p "{i}{color=FF69B4}* lightly moans *{/i}{/color}" pc "Mmm...so big..." scene s2c2_2 with dissolve pc "How's that feel baby?" p "{i}{color=FF69B4}* moans *{/i}{/color}\nAmazing..." pc "Yeah?...You want to cum for me?" p "{i}{color=FF69B4}* moans *{/i}{/color}\nYeah..." scene s2c2s4_54 with dissolve pc "Can you kiss me while I do it?" p "God yes." scene s2c2s4_55 with dissolve "{i}{color=FF69B4}We leaned in and we began kissing passionately.{/i}{/color}" scene s2c2_3 with dissolve "{i}{color=FF69B4}I continued jerking him as our tongue's played inside eachother mouths.{/i}{/color}" "{i}{color=FF69B4}I felt him tense up and knew he was about to cum.{/i}{/color}" scene s2c2s4_58 with dissolve show whiteflash zorder 50 p "{i}{color=FF69B4}* moans and cums *{/i}{/color}\nMmmm..." "{i}{color=FF69B4}We continued kissing as I felt his cum shoot out{/i}{/color}" scene s2c2s4_59 with dissolve "{i}{color=FF69B4}I sucked on his bottom lip a bit as we finished the kiss.{/i}{/color}" scene s2c2s4_60 with dissolve pc "How was that?" p "Unreal." scene s2c2s4_61 with dissolve p "I love you so fuckin much..." pc "I love you too baby." pc "I guess you can go and get ready while you let me finish up, what do you say?" p "Sure [parker_adr_pc_as], you got it." scene black with dissolve pause KN_MOD "label s2c2_s5:" KN_MOD "if c9sara_path == True:" KN_MOD "jump s2c2s5cont" KN_MOD "else:" KN_MOD "jump s2c2_end" KN_MOD "label s2c2s5cont:" stop music fadeout 2.0 show text "{size=+53}{color=FF69B4}Later that night...{/color}{/size}" at truecenter pause play music "music/clubmusic.mp3" fadein 3.0 scene s2c2s5_1 with dissolve hide text j "You look amazing as always." pc "Oh hush." scene s2c2s5_2 with dissolve j "You do...it's slightly infuriating how hot you always look." scene s2c2s5_3 with dissolve pc "Oh gosh...you're sweet." pc "You're the one who looks fantastic." scene s2c2s5_4 with dissolve j "Why thank you..." j "How about we grab a drink and get a table?" pc "Sounds good." scene black with dissolve pause scene s2c2s5_5 with dissolve j "Today went so well." pc "It sure did." j "It's an awkward thing to have to fundraise and what not." pc "Yeah, but we got a good bunch of girls, so that makes it easier." scene s2c2s5_6 with dissolve j "Very true..." j "...and I shouldn't say this..." scene s2c2s5_7 with dissolve j "...but Chloe is my favorite." scene s2c2s5_8 with dissolve pc "Aw that's nice...she happens to be my favorite too." scene s2c2s5_9 with dissolve "{i}{color=FF69B4}* both laugh *{/i}{/color}" scene s2c2s5_10 with dissolve j "She's just so sweet..." scene s2c2s5_11 with dissolve pc "She is..." scene s2c2s5_12 with dissolve j "She's also doing very well in her gym training." j "I am seeing a lot of progress." pc "That's good." pc "She seems to be enjoying it." j "Glad to hear." scene s2c2s5_13 with dissolve j "What about you?" pc "What about me what?" j "Want to do a little gym training with me?" scene s2c2s5_14 with dissolve pc "Oh...I don't know..." pc "...I do yoga and running, but that's usually the extent off my workout." scene s2c2s5_15 with dissolve j "Come onnnn..." j "....it'll be fun." pc "Fun? I doubt that." j "I promise it will be...and I'll go easy on you." pc "Hmm....alright." scene s2c2s5_16 with dissolve j "Yay!" scene s2c2s5_17 with dissolve pc "Well I am glad someone's happy about it." j "{i}{color=FF69B4}* laughs *{/i}{/color}" j "I'm super happy now." j "So happy I can dance....and you're coming with me." pc "{i}{color=FF69B4}* chuckles *{/i}{/color}\nOkay." scene s2c2s5_18 with dissolve "{i}{color=FF69B4}We took off our shoes and headed to the dance floor.{/i}{/color}" scene s2c2s5_19 with dissolve "{i}{color=FF69B4}We starting vibing with the music and dancing together.{/i}{/color}" scene s2c2s5_20 with dissolve pause scene s2c2s5_21 with dissolve "{i}{color=FF69B4}Our bodies kept coming near and grinding against eachother.{/i}{/color}" scene s2c2s5_22 with dissolve "{i}{color=FF69B4}She then backed her ass up on me...{/i}{/color}" scene s2c2s5_23 with dissolve "{i}{color=FF69B4}I couldn't help but get myself a handful.{/i}{/color}" "{i}{color=FF69B4}She seemed to like it and continued to grind on me.{/i}{/color}" scene s2c2s5_24 with dissolve "{i}{color=FF69B4}She then flipped around and came up close to me.{/i}{/color}" scene s2c2s5_25 with dissolve "{i}{color=FF69B4}Our eyes continued to meet as we danced till the end of the song.{/i}{/color}" stop music fadeout 3.0 #end song scene s2c2s5_26 with dissolve j "Gosh, that was fun." play music "music/clubmusic2.mp3" fadein 3.0 pc "Yeah, I need a break." j "I'm going to go to the restroom, you wanna grab us some more drinks?" pc "Okay, sounds good." scene s2c2s5_27 with dissolve "{i}{color=FF69B4}She headed to the bathroom and I headed to the bar.{/i}{/color}" scene s2c2s5_28 with dissolve "{i}{color=FF69B4}The bartender from last time came up and greeted me.{/i}{/color}" a "Hey there." pc "Two please." a "You got it hun." KN_MOD "if c6s1_likenaomilesbian == True:" KN_MOD "jump s2c2s5_naomislap" KN_MOD "else:" scene black with dissolve "{i}{color=FF69B4}I grabbed our drinks and met Sara back at our table.{/i}{/color}" pause KN_MOD "jump s2c2s5_nonaomi" KN_MOD "label s2c2s5_naomislap:" scene s2c2s5_29 with dissolve "{i}{color=FF69B4}Suddenly I felt a slap on my ass.{/i}{/color}" scene s2c2s5_30 with dissolve "{i}{color=FF69B4}I spun around to see Naomi with a naughty smirk on her face.{/i}{/color}" n "Look who it is." scene s2c2s5_31 with dissolve pc "Oh hey there Naomi." n "Where you been?" pc "Just busy with life..." n "Yeah...I see you're here with Sara." pc "Yeah...just doing a little dancing." n "I saw..." scene s2c2s5_32 with dissolve "{i}{color=FF69B4}She stepped forward and placed her hand on my arm.{/i}{/color}" n "I'm thinking..." n "...in about ten minutes your going to need to go to the bathroom..." scene s2c2s5_33 with dissolve n "...you know where I'll be..." pc "Oh..." scene s2c2s5_34 with dissolve "{i}{color=FF69B4}Before I could even fully respond she turned and left.{/i}{/color}" "{i}{color=FF69B4}She gave Sara a nod and continued away.{/i}{/color}" scene s2c2s5_35 with dissolve "{i}{color=FF69B4}Sara approached me and we both looked towards Naomi walking away.{/i}{/color}" j "Look who's here." pc "Yeah, she came up and said hi." j "That's nice..." a "Here you go ladies." scene s2c2s5_36 with dissolve "{i}{color=FF69B4}We turned to see the bartender with our drinks.{/i}{/color}" pc "Thank you." a "No prob." scene s2c2s5_37 with dissolve j "Want go sit back down?" pc "Yeap, let go." scene black with dissolve pause KN_MOD "label s2c2s5_nonaomi:" scene s2c2s5_38 with dissolve "{i}{color=FF69B4}We continued talking and drinking until a women approached our table.{/i}{/color}" scene s2c2s5_39 with dissolve y "Hey Sara!" j "Oh Yumi, how are you!?" scene s2c2s5_40 with dissolve y "I'm great..." y "...long time no see." scene s2c2s5_41 with dissolve j "I know it's been awhile right?" j "This is my friend [player_name]." y " Hey, I'm Yumi, nice to meet you." pc "Nice to meet you too." scene s2c2s5_42 with dissolve y "So what have you been up too?" j "Oh just working really?" KN_MOD "if c6s1_likenaomilesbian == True:" KN_MOD "jump s2c2s5_naomitime" KN_MOD "else:" pass KN_MOD "label s2c2s5_nomorenaomi:" scene black with dissolve "{i}{color=FF69B4}The two continued to chat for a bit...{/i}{/color}" "{i}{color=FF69B4}...and then we went back to talking and drinking.{/i}{/color}" pause show text "{size=+53}{color=FF69B4}A little while later...{/color}{/size}" at truecenter pause KN_MOD "jump s2c2s5_dancecont" KN_MOD "label s2c2s5_naomitime:" "{i}{color=FF69B4}Now seems like the best chance to get up and go meet with Naomi.{/i}{/color}" KN_MOD "menu:" KN_MOD "Get up and go meet with Naomi.:" KN_MOD "jump s2c2s5naomitime2" KN_MOD "Dont and move on.icolor=FF69B4ends Naomis path/i/color:" $ c6s1_likenaomilesbian = False "{i}{color=FF69B4}I've seconded guess how I feel about Naomi...I think I am going to pass on her.{/i}{/color}" KN_MOD "jump s2c2s5_nomorenaomi" KN_MOD "label s2c2s5naomitime2:" scene s2c2s5_43 with dissolve pc "Hey, I'll be back in a minute." pc "Going to the restroom." j "Okay cool." scene black with dissolve "{i}{color=FF69B4}I was nervous walking to the backdoor.{/i}{/color}" stop music fadeout 3.0 "{i}{color=FF69B4}I really had no clue what was awaiting me...I was excited...{/i}{/color}" "{i}{color=FF69B4}...and maybe scared a bit too...{/i}{/color}" scene s2c2s6_1 with dissolve play music "music/sexy.mp3" fadein 3.0 "{i}{color=FF69B4}As I stepped out the door I saw her leaning against the wall.{/i}{/color}" n "There she is..." pc "Hey..." scene s2c2s6_2 with dissolve n "I knew you'd make it..." n "Now, come here." scene s2c2s6_3 with dissolve "{i}{color=FF69B4}Without a reply I began to walk over to her.{/i}{/color}" "{i}{color=FF69B4}I feel like I am falling into her web...{/i}{/color}" scene s2c2s6_4 with dissolve n "You seem to know how to follow directions..." n "...but let's see how far that goes..." scene s2c2s6_5 with dissolve n "Down on your knees bitch." "{i}{color=FF69B4}Am I going to keep on letting her take control of me like this?{/i}{/color}" KN_MOD "menu:" KN_MOD "Submit to Naomi.if lesbianism >= 8:" $ s2c2_naomipath = True KN_MOD "jump s2c2s6_submit" KN_MOD "Dont submit.icolor=FF69B4ends Naomis path/i/color:" $ c6s1_likenaomilesbian = False scene s2c2s6_4 with dissolve pc "Sorry, I'm not comfortable with this..." pc "I need to go." scene black with dissolve "{i}{color=FF69B4}I quickly ran away back inside...{/i}{/color}" "{i}{color=FF69B4}...this isn't for me.{/i}{/color}" "{i}{color=FF69B4}As I came back from outside Sara was just done saying bye to her friend.{/i}{/color}" pause KN_MOD "jump s2c2s5_dancecont" KN_MOD "label s2c2s6_submit:" $ naomi_rel += 1 $ renpy.notify("Naomi +1") "{i}{color=FF69B4}It excited me being told what to do like this...{/i}{/color}" $ lesbianism += 1 $ renpy.notify("Lesbianism +1") scene s2c2s6_6 with dissolve "{i}{color=FF69B4}I got down on to my knees and looked up at Naomi.{/i}{/color}" "{i}{color=FF69B4}She look delighted to see me comply.{/i}{/color}" n "Mmm...we are going to have some fun." "{i}{color=FF69B4}She began to unzip her skirt and remove it.{/i}{/color}" scene s2c2s6_7 with dissolve "{i}{color=FF69B4}She slipped off her skirt exposing her beautiful looking pussy.{/i}{/color}" n "Hope you brought your appetite." n "Get in there." scene s2c2s6_8 with dissolve "{i}{color=FF69B4}Without hesitation I leaned in to her pussy.{/i}{/color}" "{i}{color=FF69B4}She spread her legs and placed her hand on my head.{/i}{/color}" scene s2c2s6_10 with dissolve "{i}{color=FF69B4}I placed my tongue on her pussy lips and gently licked.{/i}{/color}" scene s2c2s6_11 with dissolve "{i}{color=FF69B4}I licked my way up towards her clit.{/i}{/color}" scene s2c2s6_12 with dissolve n "Yeah, lick right there." "{i}{color=FF69B4}I followed her direction and continued to lick on her clit.{/i}{/color}" scene s2c2s6_13 with dissolve "{i}{color=FF69B4}She placed her other hand on my head...{/i}{/color}" scene s2c2_6 with dissolve "{i}{color=FF69B4}...and began to guide my head back and forth across her pussy.{/i}{/color}" n "There you go..." n "{i}{color=FF69B4}* lightly moans *{/i}{/color}" scene s2c2_7 with dissolve "{i}{color=FF69B4}She pushed my head down further and continued to guide my head back and forth.{/i}{/color}" n "Mmmm...yeah taste that pussy." "{i}{color=FF69B4}I have to admit she tasted delicious...{/i}{/color}" "{i}{color=FF69B4}I continued and I could feel her tense up.{/i}{/color}" scene s2c2s6_17 with dissolve show whiteflash zorder 50 n "{i}{color=FF69B4}* moans and cums *{/i}{/color}\nFuck..." n "Mmmmm..." scene s2c2s6_18 with dissolve "{i}{color=FF69B4}She quickly turned around.{/i}{/color}" n "You're not done yet..." "{i}{color=FF69B4}I knew what she wanted...{/i}{/color}" scene s2c2s6_19 with dissolve "{i}{color=FF69B4}Without pause I grabbed her legs and leaned in towards her ass.{/i}{/color}" scene s2c2s6_20 with dissolve "{i}{color=FF69B4}I placed my face between her cheeks and stuck my tongue around the rim of her asshole.{/i}{/color}" scene s2c2_8 with dissolve "{i}{color=FF69B4}I proceeded to lick up and down on her hole slowly.{/i}{/color}" n "{i}{color=FF69B4}* moans *{/i}{/color}\nMmmm yes...lick deeper..." n "...and faster..." scene s2c2_9 with dissolve "{i}{color=FF69B4}I follwoed her direction and licked deeper and faster.{/i}{/color}" "{i}{color=FF69B4}Tasting her sweet juices made me so wet and horny...{/i}{/color}" n "{i}{color=FF69B4}* moans *{/i}{/color}\nOh shit...keep going..." n "Get that tongue deep in there!" scene s2c2s6_22 with dissolve "{i}{color=FF69B4}I pressed my tongue deep inside her ass with all the force I could.{/i}{/color}" n "Ohh..." n "Yes!" scene s2c2s6_23 with dissolve show whiteflash zorder 50 n "{i}{color=FF69B4}* moans and cums *{/i}{/color}\nFuckkkkkk..." "{i}{color=FF69B4}I felt her asshole clench as she orgrasmed a second time.{/i}{/color}" scene s2c2s6_24 with dissolve "{i}{color=FF69B4}She was speechless for a moment.{/i}{/color}" n "Mmmmm..." scene s2c2s6_25 with dissolve "{i}{color=FF69B4}She then spun around and looked down at me with delighted look.{/i}{/color}" n "Well, well well..." n "Seems you have some talent." n "So much so that I think you deserve a bit of a reward." n "Stand up and face the wall." scene s2c2s6_26 with dissolve "{i}{color=FF69B4}Without hesitation I stood up and faced the wall.{/i}{/color}" "{i}{color=FF69B4}She proceeded to remove my shorts.{/i}{/color}" scene s2c2s6_27 with dissolve "{i}{color=FF69B4}She placed her hands on my ass.{/i}{/color}" n "Mmm...very nice." scene s2c2s6_28 with dissolve n "I can think of some fun things to do with this..." n "...but we'll leave that for another time." n "For now, bend over." scene s2c2s6_29 with dissolve "{i}{color=FF69B4}I bent over and placed my hands against the wall.{/i}{/color}" scene s2c2s6_30 with dissolve "{i}{color=FF69B4}She spread my ass cheeks.{/i}{/color}" n "I can see you dripping wet already..." n "Guess you enjoyed yourself." pc "I did..." scene s2c2s6_31 with dissolve n "This pussy belongs to me now..." n "I ask for it, you give it to me." n "You understand that?" pc "Yes..." n "Good." scene s2c2s6_32 with dissolve "{i}{color=FF69B4}She slid her hand down my ass and stuck a finger directly in my wet pussy.{/i}{/color}" n "Oh...very tight and wet..." n "Just how I like it." scene s2c2_10 with dissolve "{i}{color=FF69B4}She then proceeded to gently finger me.{/i}{/color}" "{i}{color=FF69B4}I could feel my pussy juices dripping down my leg.{/i}{/color}" scene s2c2s6_34 with dissolve "{i}{color=FF69B4}She then added a finger...{/i}{/color}" scene s2c2s6_35 with dissolve "{i}{color=FF69B4}...and pushed them both deep inside me.{/i}{/color}" pc "{i}{color=FF69B4}* lightly moans *{/i}{/color}" n "You like that, huh?" pc "Yes..." scene s2c2_11 with dissolve "{i}{color=FF69B4}She then began to finger me a bit harder.{/i}{/color}" n "Yeah you do..." scene s2c2s6_36 with dissolve "{i}{color=FF69B4}She then stopped again for a moment...{/i}{/color}" "{i}{color=FF69B4}...and I felt her guide in a third finger.{/i}{/color}" pc "Mmmm..." scene s2c2_12 with dissolve "{i}{color=FF69B4}She then started to really finger fuck me.{/i}{/color}" "{i}{color=FF69B4}In and out, over and over her fingers went deep inside...{/i}{/color}" "{i}{color=FF69B4}...the wetness could be heard as she did it.{/i}{/color}" pc "{i}{color=FF69B4}* moans loudly *{/i}{/color}" n "Yeah!" scene s2c2_13 with dissolve "{i}{color=FF69B4}She sped up and I was getting closer and closer to orgasm.{/i}{/color}" pc "{i}{color=FF69B4}* moans *{/i}{/color}" n "Yeah, take it bitch." n "Cum for me." scene s2c2s6_41 with dissolve show whiteflash zorder 50 pc "{i}{color=FF69B4}* moans and cums *{/i}{/color}" "{i}{color=FF69B4}I came so hard I was a little dizzy.{/i}{/color}" "{i}{color=FF69B4}As I breathed deeply for a few moments she kept her soaking wet fingers deep inside of me.{/i}{/color}" scene s2c2s6_42 with dissolve n "There we go..." n "Very nice..." scene s2c2s6_43 with dissolve "{i}{color=FF69B4}I turned around and faced her...my body still recovering from the orgasm.{/i}{/color}" n "Your my little bad girl now." n "Here..." scene s2c2s6_44 with dissolve "{i}{color=FF69B4}She stuck her fingers into my mouth...{/i}{/color}" "{i}{color=FF69B4}...they were soaking wet with my juices.{/i}{/color}" scene s2c2s6_45 with dissolve n "You did very good..." n "We're going to have a lot of fun together." scene s2c2s6_46 with dissolve n "As long as you continue to be obedient..." n "I'm going to give you my number...you answer me when I reach out, you understand?" pc "Yes..." n "Good...now go enjoy the rest of your night..." pc "Okay." scene black with dissolve "{i}{color=FF69B4}We proceeded to get dressed and I made my way back inside.{/i}{/color}" "{i}{color=FF69B4}My body was tingling with pleasure and thoughts of what the future might hold with Naomi.{/i}{/color}" "{i}{color=FF69B4}As I came back from outside, I saw Sara's friend walking away from our table.{/i}{/color}" pause KN_MOD "jump s2c2s5_dancecont" KN_MOD "label s2c2s5_dancecont:" stop music fadeout 3.0 scene s2c2s5_47 with dissolve hide text play music "music/club.mp3" fadein 3.0 j "Wanna head out for one last dance?" pc "Sure let's do it." scene s2c2s5_48 with dissolve "{i}{color=FF69B4}We picked up where we left off and danced our asses off.{/i}{/color}" scene s2c2s5_49 with dissolve "{i}{color=FF69B4}We continued making consistent eye contact over and over...{/i}{/color}" scene s2c2s5_50 with dissolve "{i}{color=FF69B4}She then started to grind up on me again...{/i}{/color}" "{i}{color=FF69B4}...this time we were face to face.{/i}{/color}" scene s2c2s5_51 with dissolve "{i}{color=FF69B4}She put her leg between mine and I purposefully grinded up against it.{/i}{/color}" scene s2c2s5_52 with dissolve "{i}{color=FF69B4}As I did that she put her hand on me and grinded up closer against me.{/i}{/color}" "{i}{color=FF69B4}We both smiled at eachother in delight.{/i}{/color}" scene s2c2s5_52 with dissolve "{i}{color=FF69B4}Just then, a moment happened between us.{/i}{/color}" scene s2c2s5_53 with dissolve "{i}{color=FF69B4}We grabbed on to eachother...{/i}{/color}" scene s2c2s5_54 with dissolve "{i}{color=FF69B4}...and we both knew where this was going...and we couldnt stop it.{/i}{/color}" "{i}{color=FF69B4}Like a tractor beam, our lips were destined to connect.{/i}{/color}" scene s2c2s5_55 with dissolve "{i}{color=FF69B4}We both leaned in...{/i}{/color}" scene s2c2s5_56 with dissolve "{i}{color=FF69B4}...and our lips collided.{/i}{/color}" "{i}{color=FF69B4}It was a gentle sweet kiss...{/i}{/color}" "{i}{color=FF69B4}...it lasted only a few seconds...but it felt like an eternity...{/i}{/color}" scene s2c2s5_57 with dissolve "{i}{color=FF69B4}Sara then pulled away and looked up at me with a serious look.{/i}{/color}" j "Oh gosh..." j "I'm sorry...I shouldn't have done that." scene s2c2s5_58 with dissolve "{i}{color=FF69B4}She pulled away a bit more.{/i}{/color}" pc "No, it's oka-" j "No, no...your married..." pc "Sara, serio-" j "I need to go...I'm sorry." "{i}{color=FF69B4}She then turned and hurried back to the table.{/i}{/color}" scene s2c2s5_59 with dissolve "{i}{color=FF69B4}She began to quickly put on her shoes.{/i}{/color}" pc "Sara, just wait a moment." j "I'm sorry [player_name]...I really just need to go..." scene s2c2s5_60 with dissolve pc "Alright...well...call me." j "I will..." "{i}{color=FF69B4}She then walked off and out of the bar.{/i}{/color}" scene black with dissolve "{i}{color=FF69B4}The situation was a bit confusing and weird...{/i}{/color}" "{i}{color=FF69B4}...it really seemed to freak her out...{/i}{/color}" pause KN_MOD "label s2c2_end:" scene black with dissolve pause scene s2c2end with dissolve pause scene patreonthanks2 with dissolve pause KN_MOD "return" KN_MOD "ModWork created and maintained at https://f95zone.to/threads/renpy-visualnovel-to-kinetic-novel-convertor.172769/" KN_MOD "modded by modder2 vNov2-2023 program. Created by BulliThulli"