define KN_MOD = Character("KN_MOD", color="#ff0000") label start: scene black with dissolve wack "My main focus is on my VN 'Her Desire', but I wanted to continue 'College Times' in some form." wack "I'm a one man team, so there wasn't a way to do 'College Times' as a full choice/path VN at the same time as 'Her Desire'..." wack "...so I decided instead to turn in into a (skippable) kinetic novel. It was either that or abandon it all together." wack "'College Times' has some interesting naughty things I want to continue to explore and I hope you will join me in that." wack "Lastly, so there isn't any 'issues', I will have you set the relationships below." "Use lowercase letters only please." "Press enter to use the default example." scene black with dissolve label setrelationships_do_over: scene black with dissolve $ inputstring = renpy.input("As the 'head female' of the household, what is Mary's relationship to June (you)? (default: 'caretaker')") $ inputstring = inputstring.strip().lower() if inputstring != "": $ mary_rel_to_june=inputstring $ mary_rel_to_june_cap=inputstring.capitalize() $ inputstring = renpy.input("How does June (you) address her? (default: 'ma'am')") $ inputstring = inputstring.strip().lower() if inputstring != "": $ june_adr_mary_as=inputstring $ june_adr_mary_as_cap=inputstring.capitalize() scene black with dissolve $ inputstring = renpy.input("What is June's relationship to Mary? (default: 'ward')") $ inputstring = inputstring.strip().lower() if inputstring != "": $ june_rel_to_mary=inputstring $ june_rel_to_david=inputstring scene black with dissolve $ inputstring = renpy.input("As the 'head male' of the household, what is David's relationship to June (you)? (default: 'caretaker')") $ inputstring = inputstring.strip().lower() if inputstring != "": $ david_rel_to_june=inputstring $ inputstring = renpy.input("How does June (you) address him? (default: 'sir')") $ inputstring = inputstring.strip().lower() if inputstring != "": $ june_adr_david_as=inputstring $ june_adr_david_as_cap=inputstring.capitalize() scene black with dissolve $ inputstring = renpy.input("Francine is a couple years younger than Mary and grew up in the same house. What is Francine's relationship to Mary? (default: 'roommate')({color=0096FF}Suggestion: s_____){/color}") $ inputstring = inputstring.strip().lower() if inputstring != "": $ francine_rel_to_mary=inputstring $ inputstring = renpy.input("What is June's relation to Francine? (default: 'roommate's ward')({color=0096FF}Suggestion: n____){/color}") $ inputstring = inputstring.strip().lower() if inputstring != "": $ francine_adr_june_as=inputstring $ inputstring = renpy.input("What is Francine's relationship to June? (default: 'caretaker's roommate')({color=0096FF}Suggestion: a___){/color}") $ inputstring = inputstring.strip().lower() if inputstring != "": $ june_adr_francine_as=inputstring scene black with dissolve $ inputstring = renpy.input("Finally, what word would describe this group? (default: 'household')") $ inputstring = inputstring.strip().lower() if inputstring != "": $ group_adr_as=inputstring "Quick recap:" "June is a [june_rel_to_mary] to her [mary_rel_to_june] Mary, who she addresses as [june_adr_mary_as]." "June is a [june_rel_to_david] to her [david_rel_to_june] David, who she addresses as [june_adr_david_as]." "Francine is Mary's [francine_rel_to_mary] which make's her June's [june_adr_francine_as]." "That would make June, Francine's [francine_adr_june_as]." "Together, they all form a [group_adr_as]." menu: "All set?" "Okay.": "That's it. Enjoy." call store_relations_as_persistent from _call_store_relations_as_persistent #jump start1 "Change something.": jump setrelationships_do_over define j = Character("June", color="#009900") define c = Character("Clint",who_color = "#964B00") define jh = Character("Mr. Harper",who_color = "#013220") define m = Character("Mary",who_color = "#008080") define d = Character("David",who_color = "#800000") define v = Character("Vicki",who_color = "#BF40BF") define k = Character("Kent",who_color = "#87CEEB") define pb = Character("Prof. Branson",who_color = "FF8C00") define ms = Character("Ms. Sanderson",who_color = "#301934") define a = Character("Austin",who_color = "#FFFF00") define ar = Character("Ariel",who_color = "#8B0000") define dev = Character("Dev",who_color = "#0096FF") define b = Character("Becca", who_color = "#DA70D6") define w = Character("Whitney", who_color ="#FF5F1F") define f = Character("Francine", who_color ="#556b2f") define p = Character("Professor Harrison", who_color ="#C4A484") define g = Character("Girl", who_color = "#013220") define y = Character("Yasmine", who_color = "#800080") define n = Character("Ms. Rhodes", who_color = "#7FFFD4") define wack = Character("Wack",who_color = "#0096FF") default kentast = False default lkentast = False default kentfwb = False default lkentfwb = False default c1s6skip = False label splashscreen: scene black show text "{size=+9}This game contains graphic images depicting sexual acts. You need to be at least 18 years old to play it.{/size}" at truecenter with dissolve pause hide text with dissolve menu: "I understand and verify I'm 18 years or older.": show text "{size=+15}Thanks, enjoy.{/size}" at truecenter with dissolve pause "I am not 18 years or older.": show text "{size=+15}Sorry, you are not allowed to continue. The game will now exit.{/size}" at truecenter with dissolve pause $ renpy.quit() show text "{size=+9}Any character depicted engaging in adult activities is 18 years or older. Any resemblance to real people living or dead or situations in real life are purely coincidental.{/size}" at truecenter with dissolve pause #label start: #scene black # menu: # "Start from beginning": # jump start1 # "Jump to les Script Chapter 7": # jump lskipahead # pause #show text "{size=+9}This game has been dusted off the shelf and morphed into a kinetic novel while I spend the majority of my time on my main game 'Her Desire'{/size}" at truecenter # pause # show text "{size=+9}Be sure to follow my Patreon to not miss out. Link at the start menu. {/size}" at truecenter # pause # scene black with dissolve label start1: KN_MOD "menu:" KN_MOD "Start from beginning:" KN_MOD "jump startc1" KN_MOD "Skip to Chapter 8:" KN_MOD "jump c8start" KN_MOD "label startc1:" scene black with dissolve play music "audio/s1music.mp3" fadein 3.0 pause 4.0 scene black window hide dissolve show text "{size=+33}{color=0096FF}Chapter 1{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade scene black scene c1s1_kitchen_1 with dissolve pause(2.0) "It's late afternoon on a warm summers day." "A light breeze rustles the trees around a small farm." "The smell of fresh cut grass, sunflowers and baked apple pie are in the air." "Inside the kitchen, there's a heated discussion going on over young June's decision to go off to college in the big city." pause m "Well...." m "We are just trying to make sure you don't do something that could destroy your life, June." j "Destroy my life?" j "Geez, a bit dramatic [june_adr_mary_as]." scene c1s1_kitchen_2 with dissolve pause d "Your [june_adr_mary_as] ain't being dramatic." d "People in the city ain't like they are here in the country..." d "They dont care about the consequences of their actions..." d "They lie, " extend "cheat, " extend "steal, " extend "and use their bodies like an amusement park." scene c1s1_kitchen_3 with dissolve j "*sighs*" j "[june_adr_david_as_cap], now you're being dramatic too." scene c1s1_kitchen_1 with dissolve d "It might sound dramatic now, but that's the reality." d "We are doing our job June... " extend "which is to protect you from these things." m "Exactly.." m "I just don't even know what I'd do if something happened to you..." scene c1s1_kitchen_4 with dissolve j "Guys, I get it" pause(1.0) j "I know you are trying to protect me..." j "...but at some point I have to look out for myself." j "I have to experience life for myself…" pause(1.0) scene c1s1_kitchen_5 with dissolve j "I know it's expected I get get married..." j "....have kids...and become a housewife..." j "...but that's just not me" j "at least, not right now." scene c1s1_kitchen_6 j "I don't know what I want yet..." j "I want to learn things...and experience things..." j "and I...honestly...truly...think, 'this' is the best way..." j "Can't you understand that?..." pause(2.0) m "Well...." scene c1s1_kitchen_7 with dissolve m "oh gosh...." scene c1s1_kitchen_8 scene c1s1_kitchen_9 m "I'm sorry honey..." pause(1.0) scene c1s1_kitchen_10 m "I do understand her..." scene c1s1_kitchen_11 with dissolve m "I think you should do it June..." scene c1s1_kitchen_12 with dissolve pause scene c1s1_kitchen_13 with dissolve d "What!?" d "She should do it!?..." d "Wha..." scene c1s1_kitchen_14 with dissolve d "I mean..." scene c1s1_kitchen_15 with dissolve d "...*grunts*" j "[june_adr_david_as_cap]..." scene c1s1_kitchen_16 with dissolve d "...." scene c1s1_kitchen_17 d "Dangit..." d "...." d "...double-teamed again..." stop music fadeout 2.0 play music "audio/s1.1music.mp3" fadein 2.0 scene c1s1_kitchen_18 with dissolve j "Does that mean I have your blessing [june_adr_david_as]?" pause(1.0) d "*sighs*" d "Yes..." d "but..." d "...I have a few demands..." scene c1s1_kitchen_19 with dissolve d "...and these are non-negotionable." j "Ok, no problem..." extend "anything [june_adr_david_as]." scene c1s1_kitchen_20 with dissolve d "First off, " extend "I get to take you on your first day." d "I want to see where you are staying..." d "as well as make sure you get settled in..." j "Hm..." extend "alright..." d "Second..." d "I want you to call us at least once a week, " d "without fail." j "No problem." scene c1s1_kitchen_23 with dissolve d "Lastly…" extend "you won’t drink, " extend "party " extend "or otherwise disgrace yourself or this family." d "Can you promise that, June?" scene c1s1_kitchen_24 with dissolve j "Absolutely [june_adr_david_as]." j "I promise." d "Hm...well..." d "alright then..." d "I guess we have a deal then..." scene c1s1_kitchen_26 with dissolve j "Thank you [june_adr_david_as]." j "...and thank you [june_adr_mary_as]." j "I love you guys..." m "We love you too baby." centered "{size=+14}{color=0096FF}{i}Knocking comes from the front door.{/i}{/color}{/size}" pause(2.0) scene c1s1_kitchen_27 with dissolve j "That must be Clint." j "I told him to come over after he finished in the field so we can go for a walk." scene c1s1_kitchen_28 with dissolve m "Oh, the poor boy..." m "...how is he going to handle this news?" scene c1s1_kitchen_29 j "I'm sure Clint will understand." j "This won't be a complete shock to him." j "He knows that is what I've wanted to do, for along time." scene c1s1_kitchen_30 m "I think you underestimate how much that that boy loves you." m "I remember when you guys were 8 years old he said he was going to marry you one day." scene c1s1_kitchen_31 j "Ya...I know...but..." j "If he really cares about me, he'll understand" scene c1s1_kitchen_32 m "I think you're right about that...." m "...but it might be a good idea to not make him wait any longer." scene c1s1_kitchen_33 with dissolve j "Oh gosh...yeah..." j "Love you guys." j "See you in awhile" m "Love you, baby." scene black with fade stop music fadeout 3.0 pause 2.0 #END SCENE 1 centered "{size=+14}{color=0096FF}{i}A few moments later...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 # Chapter 1 Scene 2 scene c1s2_1 with dissolve scene c1s2_1_1 with dissolve c "Ok I've waited long enough..." scene c1s2_1_2 with dissolve c "...tell me the big news." scene c1s2_1_3 with dissolve j "You wont believe it Clint. My parents gave me their blessing on going." scene c1s2_2 with dissolve c "Blessing on going? Going where?" scene c1s2_2_1 with dissolve j "To school, in New Hamden." scene c1s2_3 with dissolve c "They did? Uh, wow." scene c1s2_4 with dissolve j "Yes, isnt it amazing?" scene c1s2_4_1 j "Of course they have their rules, but that was to be expected." scene c1s2_4_2 c "Well.…uh, wow" scene c1s2_4_3 c "...that’s great June..." scene c1s2_5 with dissolve j "Hold on a second." scene c1s2_5_1 j "What’s wrong?" scene c1s2_6 with dissolve c "I guess I...well..." scene c1s2_6_1 c "I guess I didn't expect them to let you go." scene c1s2_6_2 c "and…I guess I never thought you were going to {u}actually{/u} do it." scene c1s2_7 with dissolve j "This isn't some stupid dream Clint. This is something I really want." scene c1s2_7_1 j "I know you are worried too, but I will be fine." scene c1s2_7_2 j "I am only 6 hours away…and we’ll talk all the time." scene c1s2_8 with dissolve c "I mean maybe at the start…but you’ll get busy and…" scene c1s2_8_1 j "Stop it Clint." scene c1s2_8_2 j "I said we’ll be fine and you’ll just have to trust me." pause(1.0) scene c1s2_9 with dissolve c "But I had plans for me and you June…" scene c1s2_9_1 c "...big plans." scene c1s2_9_2 with dissolve j "That's the problem Clint..." scene c1s2_9_3 j "I don’t want other people planning my life." scene c1s2_9_4 j "I want some control in it." scene c1s2_10 with dissolve # Clint grabs her hands and looks at her in the face c "I get that..." scene c1s2_10_1 c "...but...I want to do what we talked about…" scene c1s2_10_2 c "Get married in the apple orchard..." scene c1s2_10_3 c "have the whole town there to see you in a white dress..." scene c1s2_10_4 c "...move into a house with a barn and stables..." # Clint grabs her waist and pulls her closer scene c1s2_10_5 c "...start a family…" scene c1s2_11 with dissolve j "I’m 18 Clint." pause(2.0) scene c1s2_11_1 # steps back still holding hands j "{b}18{/b}." pause(1.0) scene c1s2_12 with dissolve j "I want to experience things outside of this town." scene c1s2_12_1 j "This can't be it. I need more." scene c1s2_12_2 c "But…" scene c1s2_12_3 j "I " extend "need " extend "more." # lets go of hands # Small pause scene c1s2_13 with dissolve c "Well…I wish I could give you 'more' myself…" scene c1s2_14 with dissolve c "..but...if this is what you need..." scene c1s2_14_1 c "...I have your back." scene c1s2_14_2 c "You're worth the wait June." #grabs his hands again" scene c1s2_15 with dissolve j "Awwww..." scene c1s2_16 pause scene c1s2_17 pause scene c1s2_17_1 pause scene c1s2_17_2 j "You're amazing." scene c1s2_17_3 j "....you better promise to come visit me." scene c1s2_18 c "You know how difficult it is for me to take a day away from the farm." scene c1s2_18_1 c "You know my pops...'Every day is a good day to work'..." scene c1s2_19 with dissolve j "If he gives you a problem, then let me talk to him." scene c1s2_19_1 j "You know he can’t say no to me..." c "Hmmm....that's true." # the two hug # Pause # June steps back scene c1s2_20 with dissolve j "Speaking of which...my [june_adr_david_as] insists on taking me on my first day." scene c1s2_21 with dissolve c "*chuckles*" c "Oh geez, that will be fun." scene c1s2_21_1 j "Ya, tell me about it." j "I just hope he doesn't embarrass me or something." scene c1s2_22 c "Eh, I'd say theres a 50/50 chance" scene c1s2_23 j "*laughs*" j "Yeah, you're probably right." scene c1s2_24 c "Speaking of chances..." c "What are the chances you would spend the night with me before you go?" scene c1s2_25 j "Oh, um...I don't know..." scene c1s2_25_1 j "I just don't think I am ready yet Clint." scene c1s2_26 c "Oh...yeah..." c "...it's cool...I understand..." scene c1s2_27 j "I'm sorry..." j "I just..." extend "I don't know." scene c1s2_28 c "It's okay June..." c "I understand." c "And as I said..." scene c1s2_28_1 extend "you are worth the wait." scene c1s2_29 with dissolve j "Aw, you're the sweetest." scene c1s2_30 with dissolve pause(2.0) scene black with fade stop music fadeout 3.0 pause 2.0 #SCENE 3 scene black centered "{size=+14}{color=0096FF}{i}A few minutes ago, when June was leaving...{/i}{/color}{/size}" $ renpy.pause(3.0, hard='True') play music "audio/s3music.mp3" fadein 3.0 scene c1s1_kitchen_33 with dissolve m "...it might be a good idea to not make him wait any longer." j "Oh gosh...yeah..." j "Love you guys." j "See you in awhile" m "Love you, baby." scene c1s3_2 with dissolve pause(1.0) m "Our little baby, growing up." d "Yea, this definitely isn't the fun part" scene c1s3_3 m "You're such a good [june_adr_david_as]..." scene c1s3_4 m "...you know that?" scene c1s3_5 d "*lightly chuckles* Oh yeah?" scene c1s3_6 m "Mhmmm, very much so." m "The way you are so sweet and caring..." scene c1s3_7 m "I find it sooo sexy." scene c1s3_8 d "You do, huh?" scene c1s3_9 with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c1s3_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c1s3end" KN_MOD "label c1s3_cont:" m "Oh yes." scene c1s3_10 with dissolve d "Oh darling..." d "We'll need to be quick." scene c1s3_11 m "That won't be a problem baby." scene c1s3_12 pause scene c1s3_13 m "Looks like your friend here is ready." pause scene c1s3_14 pause scene c1s3_15 pause scene c1s3_16 pause scene c1s3_17 pause scene c1s3_18 pause scene c1s3_19 pause scene c1s3_20 pause scene c1s3_21 pause scene c1s3_22 pause scene c1s3_23 pause scene c1s3_24 pause scene c1s3_25 pause scene c1s3_26 pause scene c1s3_27 pause scene c1s3_28 pause scene c1s3_29 pause scene c1s3_30 pause scene c1s3_31 pause scene c1s3_32 pause scene c1s3_33 pause scene c1s3_34 pause scene c1s3_35 pause scene c1s3_36 pause scene c1s3_37 pause scene c1s3_38 pause scene c1s3_39 pause scene c1s3_40 pause scene c1s3_41 pause scene c1s3_42 pause scene c1s3_43 pause scene c1s3_44 pause scene c1s3_45 pause d "Ohhhh, yesss." pause scene c1s3_46 pause scene c1s3_47 pause scene c1s3_48 pause scene c1s3_49 pause scene c1s3_50 pause scene c1s3_51 pause scene c1s3_52 pause scene c1s3_53 pause scene c1s3_55 pause scene c1s3_56 pause scene c1s3_57 pause scene c1s3_58 pause scene c1s3_59 pause scene c1s3_60 pause scene c1s3_61 pause d "*moans* You ready baby?" pause(2.0) m "Uh huh, I'm ready" scene c1s3_62 pause scene c1s3_63 pause scene c1s3_64 pause scene c1s3_65 pause scene c1s3_66 pause scene c1s3_67 pause scene c1s3_68 pause scene c1s3_69 pause scene c1s3_70 pause scene c1s3_71 pause scene c1s3_72 pause scene c1s3_73 pause scene c1s3_74 pause scene c1s3_75 pause scene c1s3_76 pause d "*grunts*" d "...." pause scene c1s3_77 pause scene c1s3_78 pause scene c1s3_79 pause scene c1s3_80 pause scene c1s3_81 pause scene c1s3_82 pause scene c1s3_83 pause m "So good baby" pause scene c1s3_84 pause scene c1s3_85 pause m "*kisses*" pause scene c1s3_86 pause scene c1s3_87 m "Now put that thing away before June gets back." d "Yes, mam." pause(1.0) KN_MOD "label c1s3end:" scene black with dissolve with fade stop music fadeout 3.0 pause 2.0 scene black #SCENE 4 centered "{size=+14}{color=0096FF}{i}Two weeks later...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s4music.mp3" fadein 3.0 scene c1s4_1 with dissolve pause v "Austin, there’s no time." v "My new roommate's gonna to be here any minute." a "Aw, come on baby." scene c1s4_2 with dissolve a "I can’t wait till tonight." scene c1s4_2_1 pause scene c1s4_3 with dissolve v "No, no no…you're gonna just have to suffer a few hours." scene c1s4_4 with dissolve a "Come on…" scene c1s4_4_1 a "...you know you don’t wanna wait either." scene c1s4_4_2 v "I can wait…" scene c1s4_4_3 v "...believe me." scene c1s4_5 with dissolve a "Hm, I think you're just playing hard to get…" scene c1s4_6 v "Oh, is that right?" scene c1s4_7 a "Uh huh." scene c1s4_7_1 pause scene c1s4_7_2 pause scene c1s4_8 a "...and from what I can feel..." scene c1s4_8_1 a "...your mouth's saying no...." scene c1s4_9 a "...but your body is saying yes." scene c1s4_10 pause scene black with fade pause 2.0 scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Meanwhile...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s5music.mp3" fadein 3.0 scene black pause scene c1s5_1 with dissolve pause scene c1s5_2 with dissolve pause d "Excuse me young man..." scene c1s5_3 d "...can you point me towards a staff member? I have a few questions and concerns." scene c1s5_4 k "Well sir, my names Kent and I am the RA for this dorm building..." scene c1s5_5 k "I should be able to help you with whatever you..." scene c1s5_6 with dissolve d "No." scene c1s5_7 with dissolve d "Where’s the adult in charge?" scene c1s5_7_1 d "The adult who will be responsbile for her safety..." scene c1s5_8 with dissolve j "[june_adr_david_as_cap]…geez" # guy walks by with girl scene c1s5_9 with dissolve d "And wait..." scene c1s5_9_1 d "...why is there boys and girls..." scene c1s5_9_2 with dissolve d "...in the same dorm area?..." scene c1s5_10 d "What is this hippie shit?" scene c1s5_11 with dissolve k "Sir, this school is very progressive…" scene c1s5_11_1 k "...cohabitation of the sexes is meant to ensure inclusivity and growth in young adults..." scene c1s5_12 d "Progressive?" scene c1s5_12_1 d "Sexes….inclusivity?" scene c1s5_13 with dissolve d "What kind of school is this June?" scene c1s5_14 j "[june_adr_david_as_cap], that’s enough…you are embarrassing me." scene c1s5_15 d "You should embarrassed…they all should..." scene c1s5_15_1 d "…this is…" scene c1s5_16 with dissolve j "[june_adr_david_as_cap], stop!" scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Meanwhile...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s4music.mp3" fadein 3.0 scene black KN_MOD "menu:" KN_MOD "Watch what happens in dormroom.:" KN_MOD "jump c1s6_cont" KN_MOD "Jump to end of scene:" $ c1s6skip = True KN_MOD "jump c1s6end" KN_MOD "label c1s6_cont:" scene c1s6_1 with dissolve pause scene c1s6_2 pause scene c1s6_3 pause scene c1s6_4 pause scene c1s6_5 pause scene c1s6_6 pause scene c1s6_7 pause scene c1s6_8 pause scene c1s6_9 pause scene c1s6_10 pause scene c1s6_11 a "Take it baby..." pause scene c1s6_12 pause scene c1s6_13 pause scene c1s6_14 pause scene c1s6_15 pause scene c1s6_16 v "*lightly gasps*" pause scene c1s6_17 a "Suck my balls." pause scene c1s6_18 v "Mmmm..." "(deep wet sucking sounds)" pause scene c1s6_19 a "You ready for this dick?" pause scene c1s6_20 v "Mmhhmmm." pause scene c1s6_21 pause scene c1s6_22 pause scene c1s6_23 v "*Gasps with pleasure*" pause scene c1s6_24 pause scene c1s6_25 pause scene c1s6_26 pause scene c1s6_27 pause scene c1s6_28 pause scene c1s6_29 pause scene c1s6_30 pause scene c1s6_31 pause scene c1s6_32 pause scene c1s6_33 v "Fuuuuuckkkk..." pause scene c1s6_34 pause scene c1s6_35 v "You like my tits?" pause scene c1s6_36 a "God, yes." pause scene c1s6_37 pause KN_MOD "label c1s6end:" scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Meanwhile...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s5music.mp3" fadein 3.0 scene black # June looks towards Kent scene c1s7_1 with dissolve j "I am real sorry about him." scene c1s7_2 j "Kent was your name?" scene c1s7_2_1 j "Can you point me to room 169?" scene c1s7_3 with dissolve k "Uh yeah…down the hall on your right..." # June smiles at Kent scene c1s7_4 with dissolve j "Thanks Kent…my names June..." scene c1s7_5 j "and again, I am sorry." # Kent smiles scene c1s7_6 with dissolve k "That’s no problem. I understand this is a tough day for parents..." scene c1s7_7 k "If theres anything you need let me know." scene c1s7_8 with dissolve j "Ok great." scene c1s7_9 j "[june_adr_david_as_cap], lets go." scene c1s7_10 j "Thanks Kent...Sorry again." k "No problem.....June." KN_MOD "if c1s6skip == True:" KN_MOD "jump c1s7cont" KN_MOD "else:" pass scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Meanwhile back in the dormroom...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s4music.mp3" fadein 3.0 scene black pause scene c1s7_19 with dissolve pause scene c1s7_20 a "ahhhh..." pause scene c1s7_21 pause scene c1s7_22 pause scene c1s7_23 pause scene c1s7_24 pause scene c1s7_25 with dissolve pause scene c1s7_26 with dissolve a "Oh yaaa..." pause scene c1s7_27 v "I want that cum on my face..." pause scene c1s7_28 pause scene c1s7_29 pause scene c1s7_30 pause scene c1s7_31 a "Aghh.." pause scene c1s7_32 pause scene c1s7_33 v "Ahhh, yes..." pause scene c1s7_34 pause scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}At the same time...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s5music.mp3" fadein 3.0 KN_MOD "label c1s7cont:" scene black pause scene c1s7_11 with dissolve j "It's right up here [june_adr_david_as]." scene c1s7_12 with dissolve pause scene c1s7_13 with dissolve pause scene c1s7_14 with dissolve pause scene c1s7_15 with dissolve pause scene c1s7_16 with dissolve pause scene c1s7_17 with dissolve j "Here it is, room 169." scene c1s7_18 with dissolve pause scene c1s8_1 with dissolve ar "Hi there..." scene c1s8_1_1 with dissolve pause scene c1s8_2 with dissolve ar "I think you're my new neighboor." scene c1s8_4 with dissolve j "Oh, hi." scene c1s8_5 with dissolve ar "My names Ariel..." scene c1s8_6 ar "I share this room with my sister Becca." scene c1s8_7 with dissolve j "Hi Ariel, I'm June..." scene c1s8_8 j "...and this is my [june_adr_david_as]." scene c1s8_9 d "Hey there Ariel, nice to meet you." scene c1s8_10 with dissolve d "That's a great dress..." scene c1s8_11 ar "Oh, wow..." scene c1s8_12 ar "...thank you." scene c1s8_13 pause scene c1s8_14 with dissolve j "So are you a freshman as well?" scene c1s8_15 ar "Yeap, sure am." scene c1s8_16 with dissolve ar "I'm super nervous." scene c1s8_17 j "Me too..." scene c1s8_18 j "...but more excited than anything." scene c1s8_19 ar "Yes it is exciting." scene c1s8_20 ar "I was hoping to start a study group..." scene c1s8_21 ar "If that's something you might be interested in..." ar "You're free to join." scene c1s8_22 with dissolve j "Absolutely, that would be great." scene c1s8_23 j "Thank you for asking." scene c1s8_24 with dissolve ar "No problem..." scene c1s8_25 with dissolve ar "Well, I'll let you guys go and get settled..." scene c1s8_26 with dissolve j "Ok yeah we should do that..." scene c1s8_27 j "My [june_adr_david_as]'s got a long drive back." scene c1s8_28 d "Yeah, let's get you set." scene c1s8_29 d "It was great meeting you Ariel." scene c1s8_30 pause scene c1s8_31 with dissolve ar "You too.." scene c1s8_32 j "Bye! See you." ar "Bye!" scene black with dissolve pause scene c1s9_1 with dissolve pause scene c1s9_2 v "Oh, hey..." v "...guess you're my new roommate..." scene c1s9_3 j "Howdy. Sure am." j "I'm June." scene c1s9_4 with dissolve v "I'm Vicki." scene c1s9_5 v "And are you going to introduce me to your big handsome boyfriend?" scene c1s9_6 j "Oh gosh...boyfriend?" scene c1s9_7 j "Noooo, this is my [june_adr_david_as]." scene c1s9_8 j "Haha." scene c1s9_9 d "Hello Vicki, feel free to call me David or Mr. Williams." scene c1s9_10 v "Oh, I can't call you [june_adr_david_as] or daddy?" scene c1s9_11 with dissolve d "Heh, well...I don't think so.." d "That might be..." scene c1s9_12 j "So which bed is mine?" scene c1s9_13 v "That one" scene c1s9_14 with dissolve j "Ok great." j "[june_adr_david_as_cap] you can put that down over here. I'll get to unpacking later." scene c1s9_15 with dissolve pause scene c1s9_16 with dissolve j "Thanks [june_adr_david_as]." j "I think I'm set for now." scene c1s9_17 pause scene c1s9_18 d "Ok baby." scene c1s9_19 d "Love you." scene c1s9_20 d "*kisses*" scene c1s9_21 j "I'll call you guys tomorrow." scene c1s9_22 with dissolve d "Vicki, it was nice meeting you." scene c1s9_23 v "Nice meeting you too..." v "...Mr Williams..." scene c1s9_24 pause scene black with dissolve stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Meanwhile...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s10music.mp3" fadein 3.0 #S10 scene c1s10_1 with dissolve pause scene c1s10_2 pause scene c1s10_3 with dissolve c "*under his breath* Damn...." scene c1s10_4 with dissolve pause scene c1s10_5 with dissolve c "Uh, Mrs. Williams can I give you a hand?" scene c1s10_6 with dissolve m "Oh Clint...hey." scene c1s10_7 with dissolve m "What did I tell you about calling me Mrs. Williams." scene c1s10_8 m "It makes me feel as old as I look." scene c1s10_9 c "You're nuts Mrs. Will....I mean Mary..." scene c1s10_10 c "...you definitely don't look old." scene c1s10_11 c "I'd say you're in your prime." scene c1s10_12 m "Oh gosh, Clint." scene c1s10_13 m "Aren't you sweet." scene c1s10_14 c "Well it's true." scene c1s10_15 m "I don't know about that..." scene c1s10_16 m "...but thank you." scene c1s10_17 with dissolve c "No problem..." c "Can I give you a hand?" scene c1s10_18 m "Oh yes, I just need to get these inside." scene c1s10_19 m "David won't be getting back till tomorrow now..." m "...so I need to get some things done around the house." scene c1s10_20 c "Can you take this shirt?" c "I got to stop over at the church after this and don't want to get it dirty." scene c1s10_21 m "Oh..." m "Yeah." scene c1s10_22 with dissolve m "No problem." scene c1s10_23 m "*under her breath* No problem at all..." scene c1s10_24 with dissolve c "So you said David's coming back tomorrow..." c "I thought he'd be back tonight." scene c1s10_25 m "Well he's gotta make a stop now for some tractor equipment..." scene c1s10_26 m "So he's gonna stop in a hotel tonight and be home midday tomorrow." scene c1s10_27 c "Oh gotcha." scene c1s10_28 m "Thank you again Clint." scene c1s10_29 with dissolve c "It's no problem, Mary" c "It's my pleasure." scene c1s10_30 c "These too?" scene c1s10_31 m "Yeap, just those and that's it." scene c1s10_32 c "Okay, got it" scene c1s10_33 with dissolve m "So I started making dinner for two..." m "...but now it's just me..." scene c1s10_34 m "Do you want stop by and have a bite later?" m "It can be payback for helping me." scene c1s10_35 with dissolve c "Uh, yeah...I'd like that." scene c1s10_36 m "Okay great." scene c1s10_37 m "Come around 7:30." scene c1s10_38 with dissolve c "Sounds great." scene c1s10_39 m "Great." scene c1s10_40 c "So...all done." scene c1s10_41 c "I guess I'll see you a little later on." scene c1s10_42 m "Ok, great." scene c1s10_43 m "Bye Clint." scene black with dissolve stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Meanwhile...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s9music.mp3" fadein 3.0 #S11 scene c1s11_1 with dissolve v "So, June...what's your deal?" scene c1s11_2 j "My deal?" j "What do you mean?" scene c1s11_3 v "Well, I mean, your hot [june_adr_david_as] isn't your boyfriend obviously." scene c1s11_4 v "You got a man? A woman...?" scene c1s11_5 j "Oh, ya..." j "I got a boyfriend back home...Clint." scene c1s11_6 v "Clint huh? He sounds hot. *scoffs*" scene c1s11_7 j "He is very good looking..." j "...sweet and understanding..." scene c1s11_8 v "Ugh, gross..." scene c1s11_9 v "A long distance boyfriend...." extend "while away at college..." scene c1s11_10 v "That'll work out, just fine." scene c1s11_11 j "Well.." scene c1s11_12 v "Anyways, I got shit to do..." scene c1s11_13 v "See ya around..." scene c1s11_14 j "Oh, okay." scene c1s11_15 j "See ya..." scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Later that night...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s12music.mp3" fadein 3.0 #S12 scene black pause scene c1s12_1 with dissolve pause scene c1s12_2 with dissolve pause scene c1s12_3 with dissolve pause scene c1s12_4 with dissolve pause scene c1s12_5 with dissolve c "*under his breath* Woah." scene c1s12_6 centered "{size=+14}{color=0096FF}{i}Knocks on door.{/i}{/color}{/size}" #KNOCKS scene c1s12_7 with dissolve m "Hey Clint, come in." scene c1s12_8 c "Hey Mary." scene c1s12_9 c "It smells great." scene c1s12_10 with dissolve m "Oh good." m "I think you're gonna like it." scene c1s12_11 m "It's all ready, so have a seat." scene c1s12_12 c "Sure I can't help with anything?" scene c1s12_13 m "Nope, I am all set." m "Sit your butt down." c "Okay okay." # WATCH HER scene c1s12_14 with dissolve pause scene c1s12_15 with dissolve c "So, have you heard from June yet" scene c1s12_16 m "Yeah...she called me after David dropped her off." m "She seemed happy and excited." scene c1s12_17 with dissolve c "Yeah, I talked to her briefly as well." scene c1s12_18 c "She sounded good." scene c1s12_20 with dissolve c "Thank you." scene c1s12_21 m "You're welcome." pause scene c1s12_22 with dissolve c "She sounded like she met some nice people already." scene c1s12_23 m "Yeah...she's gonna do just fine." scene c1s12_24 m "How is it?" scene c1s12_25 c "Mmmm, excellent." scene c1s12_26 m "Good. That's David's favorite." m "He'll be upset he missed it." scene c1s12_27 c "How is he?" scene c1s12_28 c "I mean with all this." scene c1s12_29 m "Oh he's fine." m "He's a bit worked up being separated from his baby girl." scene c1s12_30 m "Those two are close, as you know." scene c1s12_31 c "Yeah I get that." scene c1s12_32 m "How about you?" m "This must be a big adjustment for you too." scene c1s12_33 c "Well...yeah." c "Not exactly how I planned it..." c "...but rarely do things go as planned with June." scene c1s12_34 m "Hah...yes she is a bit of a wildcard." scene black centered "{size=+14}{color=0096FF}{i}a few minutes later...{/i}{/color}{/size}" scene c1s12_35 with dissolve c "That was great Mary." c "Thanks again." scene c1s12_36 m "No problem sweety." scene c1s12_37 m "Oh, crap..." m "I don't think I locked up the barn earlier." scene c1s12_38 c "Oh, I can go take care of that." scene c1s12_39 m "You know what...let's take a walk and go together." m "Its a beautiful night out." scene c1s12_40 c "Oh, okay, absolutely." scene black stop music fadeout 3.0 centered "{size=+14}{color=0096FF}{i}Moments later...{/i}{/color}{/size}" $ renpy.pause(2.0, hard='True') play music "audio/s13music.mp3" fadein 3.0 #S13 #SHUTTING DOORS scene c1s13_1 with dissolve pause scene c1s13_2 with dissolve m "Soooo....Clint..." m "You seem a bit off...how are you really doing with all this?" scene c1s13_3 with dissolve c "This?" c "Oh you mean June." scene c1s13_4 c "Well...not great actually." scene c1s13_5 m "Why's that sweety?" scene c1s13_6 c "Well, honestly..." c "...I had plans..." c "...and this kinda blew that all up." scene c1s13_7 m "What do you mean?" scene c1s13_8 c "Well...I had a very set out plan." scene c1s13_9 c "We'd get married after she graduated..." c "Buy that old house on Willow Brook Rd...." scene c1s13_10 c "We'd 'finally' have se...." scene c1s13_11 pause scene c1s13_12 c "I mean...we'd finally take the next step in things..." c "..have kids and stuff, you know.?" scene c1s13_13 m "Oh Clint...darlin'...have you guys not had sex yet?" scene c1s13_14 c "Well..." scene c1s13_15 m "Oh my..." scene c1s13_16 m "June, June, June..." m "What is that girl doing?...." scene c1s13_17 c "It's totally cool...I don't mind waiting..." c "It will be worth the wait...." scene c1s13_18 c "God, I feel weird talkin' about this..." scene c1s13_19 c "Especially in front of you..." scene c1s13_20 with dissolve m "It's okay sweety..." scene c1s13_21 c "Ya, but you're June's mom..." c "...and if David found out we talked about this..." scene c1s13_22 m "Don't worry about that." m "Are you going to tell him?" m "Then don't worry about it." scene c1s13_23 m "And yes, I'm June's mom, but I am also a woman." scene c1s13_24 c "Ok.." scene c1s13_25 m "So tell me...what have you guys done?" scene c1s13_26 c "Well...we've kissed of course..." scene c1s13_27 m "We'll I'd hope so." m "Whats the furthest you've gone?" scene c1s13_28 c "Uhmm...we were making out..." c "and it turned into dry humping..." scene c1s13_29 m "Oh? Give me the details." scene c1s13_30 c "Well, it's funny...you were kinda involved in this." scene c1s13_31 m "Oh really? Now I am very interested." scene c1s13_32 c "So about 6 months ago, you and David went out for the night..." c "...and I came over to watch movies with June." c "We were on the couch in the living room..." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s14music.mp3" fadein 3.0 #scene c1s14 scene c1s14_1 with dissolve pause scene c1s14_2 with dissolve pause scene c1s14_3 with dissolve pause scene c1s14_4 with dissolve pause scene c1s14_5 with dissolve pause scene c1s14_6 pause scene c1s14_7 pause scene c1s14_8 c "Your lips are so soft..." scene c1s14_9 pause scene c1s14_10 pause scene c1s14_11 pause scene c1s14_12 pause scene c1s14_13 pause scene c1s14_14 c "...and this butt...is heaven..." scene c1s14_15 j "Mmmm" scene c1s14_16 pause scene c1s14_17 pause scene c1s14_18 pause scene c1s14_19 pause scene c1s14_20 c "*moans*" pause scene c1s14_21 pause scene c1s14_22 pause scene c1s14_23 pause scene c1s14_24 pause scene c1s14_25 pause centered "{size=+14}{color=0096FF}{i}The sound of a door closing is heard.{/i}{/color}{/size}" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene c1s14_26 pause scene c1s14_27 j "Shoot....get up." scene c1s14_28 c "Woaaaa..." scene c1s14_29 c "Ughh." scene c1s14_30 j "*quietly* Sorry..." scene c1s14_31 pause scene c1s14_32 pause scene c1s14_33 pause scene c1s14_34 pause scene c1s14_35 with dissolve m "Well...we're back..." m "Your [june_adr_david_as] wasnt feelin' so well." scene c1s14_36 with dissolve j "Aw, that stinks." j "We're just finishing up a movie..." scene c1s14_37 m "Oh, watcha watching? I'll come join ya..." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s14music.mp3" fadein 3.0 #s15 c "and well...as you can imagine..." scene c1s15_1 with dissolve c "That was that." scene c1s15_2 m "Oh my god sweety." m "I feel horrible." scene c1s15_3 with dissolve c "No, it's ok..." scene c1s15_4 m "No, no..." m "It's not ok..." scene c1s15_5 m "You know what?..." m "Let me make it up to you..." scene c1s15_6 c "No it's really..." scene c1s15_7 with dissolve m "Clint." m "I'm going to make it up to you and that's that." scene c1s15_8 with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c1s15_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c1s15end" KN_MOD "label c1s15_cont:" pause scene c1s15_9 pause scene c1s15_10 pause scene c1s15_11 c "Jesus Mrs. Williams...they are just perfect." scene c1s15_12 m "Go on now..." m "I can tell you want too." c "I can touch them?" m "Mhmmm" scene c1s15_13 with dissolve pause scene c1s15_14 pause scene c1s15_15 pause scene c1s15_16 m "Now..why don't you take off your pants..." scene c1s15_17 with dissolve pause scene c1s15_18 with dissolve m "Oh...my..." m "My Juney is missing out, isnt she?" m "Come here." scene c1s15_19 with dissolve pause scene c1s15_20 pause scene c1s15_21 c "*Grunts*" pause scene c1s15_22 pause scene c1s15_23 pause scene c1s15_24 pause scene c1s15_25 pause scene c1s15_26 pause scene c1s15_27 c "Your nipples are great." scene c1s15_28 with dissolve pause scene c1s15_30 pause scene c1s15_31 pause scene c1s15_32 pause scene c1s15_33 with dissolve pause scene c1s15_34 pause scene c1s15_35 j "Oh...you're naughty." j "Turn around." scene c1s15_40 with dissolve j "I know how to take care of this..." scene c1s15_41 pause scene c1s15_42 pause scene c1s15_43 pause scene c1s15_44 pause scene c1s15_45 pause scene c1s15_46 c "Oh ya." pause scene c1s15_47 pause scene c1s15_48 pause scene c1s15_49 pause scene c1s15_50 pause scene c1s15_51 c "Ohhhh." pause scene c1s15_52 m "Cum for me..." pause scene c1s15_53 c "*Grunts*" pause scene c1s15_54 m "Oh yea..." m "Look at all that." pause scene c1s15_55 pause scene c1s15_56 m "Does that make up for it Clint?" scene c1s15_57 c "Oh, definitely." pause scene c1s15_58 m "Well good..." pause KN_MOD "label c1s15end:" scene c1s15_59 m "Now, get your pants on..." m "It's getting late and you should get home." scene c1s15_60 c "Yes mam." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_1music.mp3" fadein 3.0 pause 4.0 scene black window hide dissolve show text "{size=+33}{color=0096FF}Chapter 2{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade scene black centered "{size=+14}{color=0096FF}{i}Knocking comes from June's door{/i}{/color}{/size}" pause scene c2s1_1 with dissolve j "Hey Ariel." scene c2s1_2 ar "Hey June, am I interrupting anything?" scene c2s1_3 with dissolve j "No, not at all." j "I was just finishing un-packing." scene c2s1_4 with dissolve ar "Oh cool." ar "My sister and I were just hanging out..." scene c2s1_5 with dissolve ar "I thought I would see if you wanted to come hang out." scene c2s1_6 with dissolve j "You are so sweet..." scene c2s1_7 j "Yes I would love too." scene c2s1_8 with dissolve ar "Great!" ar "Let's go." scene black with dissolve pause centered "{size=+14}{color=0096FF}{i}Moments later...{/i}{/color}{/size}" pause #enter twins dorm scene c2s2_1 with dissolve ar "This is my sister Becca." scene c2s2_2 j "Hey, I'm June" scene c2s2_3 with dissolve b "Hey, its nice to meet you." scene c2s2_4 with dissolve j "Oh wow..." scene c2s2_5 j "I didn't realize...you guys were twins." scene c2s2_6 with dissolve ar "Yeap, sure are." scene c2s2_7 ar "But I'm older." scene c2s2_8 b "Only by 2 minutes!" scene c2s2_9 ar "That's older isnt it?" scene c2s2_10 j "*chuckles*" scene c2s2_11 b "Whatever you dork..." scene c2s2_12 b "June, feel free to have a seat." scene c2s2_13 with dissolve j "Thanks." scene c2s2_14 with dissolve b "So, where are you from?" scene c2s2_15 j "A small town called Harrisburg." scene c2s2_16 j "I lived on a farm with my [june_adr_mary_as] and [june_adr_david_as]." scene c2s2_17 with dissolve b "A farm? Cool." scene c2s2_18 b "What kinda stuff did you have on the farm?" scene c2s2_19 with dissolve j "Oh, all types of things..." j "...from cows and chickens to a bunch of different crops." j "I mainly helped with the animals." scene c2s2_20 with dissolve ar "That's super cool." scene c2s2_21 b "Yeah, it really is." scene c2s2_22 b "We're from Jamestown." scene c2s2_23 j "Oh yeah, I've heard of that." scene c2s2_24 b "Yeah, it's just boring suburbia." scene c2s2_25 with dissolve ar "Yeah, super boring." scene c2s2_26 ar "But now were in New Hamden, at this big school!" scene c2s2_27 with dissolve j "Yeah, this place is huge." scene c2s2_28 j "I've seen more people in the past 24 hours then in my entire life." "**All 3 of them laugh**" pause scene c2s2_29 ar "Did you get to meet your new roommate?" scene c2s2_30 j "Oh...yeah I did." pause KN_MOD "menu:" KN_MOD "Elaborate (gossip):" KN_MOD "jump c2s2_continue" KN_MOD "Dont elaborate:" j "I'm sure we'll get along fine." pause ar "That's cool." pause KN_MOD "jump c2s2_skip" KN_MOD "label c2s2_continue:" pause scene c2s2_31 with dissolve j "She's a bit rough around the edges." scene c2s2_32 j "But I'm sure we'll become friends." scene c2s2_33 ar "Oh yeah? What do you mean by rough around the edges?" scene c2s2_34 j "Well..." scene c2s2_35 j "She was a bit brash...and also...a bit flirty..." scene c2s2_36 ar "Oh?...to you?" scene c2s2_37 j "Oh, no..." scene c2s2_38 j "*laughs*" scene c2s2_39 with dissolve j "Not flirty with me...with my [june_adr_david_as]." scene c2s2_40 ar "Ohhhhhh." scene c2s2_41 ar "Well...your [june_adr_david_as] is a cutie." scene c2s2_42 j "Yeah, but she was a bit much." scene c2s2_43 with dissolve ar "How so?" scene c2s2_44 with dissolve j "She was joking around about calling him daddy." scene c2s2_45 with dissolve b "Oh wow." scene c2s2_46 b "Ya you are right...that's a bit weird." scene c2s2_47 with dissolve ar "Especially after just meeting him..." scene c2s2_48 with dissolve j "Yeah seriously." scene c2s2_49 ar "Well...some girls are a bit more free about that kinda stuff." scene c2s2_50 j "Ya...maybe she was just nervous or something." scene c2s2_51 ar "Yeah maybe." scene black with dissolve KN_MOD "label c2s2_skip:" pause centered "{size=+14}{color=0096FF}{i}Moments later...{/i}{/color}{/size}" pause scene c2s2_52 with dissolve ar "Wow, that's awesome. We have most of the same classes." scene c2s2_53 with dissolve j "Yay! That will make studying so much easier." scene c2s2_54 with dissolve ar "Yeah definitely." scene c2s2_55 with dissolve j "Well, I better get to bed." scene c2s2_56 j "I'll come by in the morning if you guys want to walk to class together." scene c2s2_57 with dissolve b "Yeah, sounds good." scene c2s2_58 with dissolve j "Great, see ya guys." scene c2s2_59 with dissolve ar "Bye!" scene c2s2_60 with dissolve b "Bye June." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_3music.mp3" fadein 3.0 #vicki party scene scene c2s3_1 with dissolve pause scene c2s3_2 with dissolve pause scene c2s3_3 with dissolve pause scene c2s3_4 with dissolve pause scene c2s3_5 with dissolve v "She's totally got virgin written all over her." scene c2s3_6 with dissolve w "*laughs*" scene c2s3_7 v "She sounds all country and shit." scene c2s3_8 w "*laughs* Does she look like trailer trash?" scene c2s3_9 v "Well...she's alright looking..." scene c2s3_10 v "...she just has this dumb innocent look on her face." scene c2s3_11 with dissolve pause scene c2s3_12 "(smack*)" scene c2s3_13 with dissolve pause scene c2s3_14 a "What you girls talking about?" scene c2s3_15 w "Hey, Austin." scene c2s3_16 a "Sup Whit." scene c2s3_17 v "Just talkin' about my new roommate." scene c2s3_18 with dissolve a "Oh ya? She hot?" scene c2s3_19 v "Ugh, fuck you." scene c2s3_20 pause scene c2s3_21 pause scene c2s3_22 with dissolve w "*laughs*" scene c2s3_23 a "I guess that means yes." scene c2s3_24 v "Ya, well, whatever." scene c2s3_25 a "What's up with you?" a "Not like you to act jealous." scene c2s3_26 v "I ain't jealous...you can do whatever you want..." scene c2s3_27 v "I especially ain't jealous of that chick." scene c2s3_28 v "...but, you invite me over to this party..." v "...and it takes you an hour to come over and talk to me." scene c2s3_29 a "Ahhh, I see..." a "I gave you a little taste earlier and now you can't get enough." scene c2s3_30 v "Yeah right." v "You think awfully high of yourself." scene c2s3_31 with dissolve a "Nothin' wrong with a little confidence." scene c2s3_32 v "Ya, I guess so..." scene c2s3_33 a "Why don't you come hang out in my room and have a drink?..." scene c2s3_34 v "No way..." scene c2s3_35 v "I'm not abandoning Whitney to hang out with your dumb ass." scene c2s3_36 a "Nah, we don't have to abandon her..." scene c2s3_37 a "Whit you can come hang out too..." scene c2s3_38 v "Oh, you'd like that would'nt you Austin?" scene c2s3_39 a "Hey, the only thing better than hangin' out with one hotty..." scene c2s3_40 a "...is hangin' out with two." scene c2s3_41 w "Hah..." v "You are so lame..." scene c2s3_42 with dissolve w "Well it is kinda lame down here too..." scene c2s3_43 with dissolve a "That is true..." scene c2s3_44 a "Hmmmm, alright...let's go..." scene black with dissolve KN_MOD "menu:" KN_MOD "Watch what happens in Austins room:" KN_MOD "jump scene_c2s4" KN_MOD "Jump to end of scene:" KN_MOD "jump scene_c2s5" KN_MOD "label scene_c2s4:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_4music.mp3" fadein 3.0 centered "{size=+14}{color=0096FF}{i}A couple minutes later...{/i}{/color}{/size}" #moments later #music playing #girls dancing pause scene c2s4_1 with dissolve pause scene c2s4_2 with dissolve pause scene c2s4_3 with dissolve pause scene c2s4_4 with dissolve pause scene c2s4_5 with dissolve pause scene c2s4_6 with dissolve w "We totally need to go out dancing more." scene c2s4_7 with dissolve v "Yes!" v "We don't do it enough anymore." scene c2s4_8 with dissolve w "Let's go to 'Club X' next weekend." scene c2s4_9 v "Hell ya!" scene c2s4_10 v "I'll see if Zoey wants to come." scene c2s4_11 w "Oh ya, definitely" scene c2s4_12 with dissolve a "You girls are hot..." scene c2s4_13 v "You like watching us huh?" a "Oh, fuck yes." scene c2s4_14 v "*whispers* Let's tease him." w "*whispers* I think I can do that." scene c2s4_15 pause scene c2s4_16 pause scene c2s4_17 pause scene c2s4_18 pause scene c2s4_19 pause scene c2s4_20 pause scene c2s4_21 pause scene c2s4_22 pause scene c2s4_23 pause scene c2s4_24 pause scene c2s4_25 pause scene c2s4_26 pause scene c2s4_27 pause scene c2s4_28 pause scene c2s4_29 pause scene c2s4_30 pause scene c2s4_31 pause scene c2s4_32 pause scene c2s4_33 pause scene c2s4_34 pause scene c2s4_35 pause scene c2s4_36 pause scene c2s4_37 pause scene c2s4_38 pause scene c2s4_39 pause scene c2s4_40 pause scene c2s4_41 pause scene c2s4_42 pause scene c2s4_43 pause scene c2s4_44 pause scene c2s4_45 with dissolve v "God, you're really good at that." scene c2s4_46 with dissolve w "I'm not done yet." w "Turn to the side." scene c2s4_47 with dissolve pause scene c2s4_48 pause scene c2s4_48 pause scene c2s4_49 pause scene c2s4_50 pause scene c2s4_51 pause scene c2s4_52 pause scene c2s4_53 pause scene c2s4_54 with dissolve pause scene c2s4_55 v "What do you think you're doing?" v "We're doing fine without you..." scene c2s4_56 a "Aw, come on..." scene c2s4_57 v "Nope." v "Whitney, come up here girl..." scene c2s4_58 pause scene c2s4_59 pause scene c2s4_60 pause scene c2s4_61 pause scene c2s4_62 pause scene c2s4_63 pause scene c2s4_64 pause scene c2s4_65 pause scene c2s4_66 pause scene c2s4_67 pause scene c2s4_68 pause scene c2s4_69 pause scene c2s4_70 pause scene c2s4_71 pause scene c2s4_72 pause scene c2s4_73 pause scene c2s4_74 pause scene c2s4_75 w "Think he's learned his lesson Vic?" scene c2s4_76 v "Yeah...I think so..." scene c2s4_77 w "I think she's ready for you Austin." scene c2s4_78 pause scene c2s4_79 pause scene c2s4_80 pause scene c2s4_81 pause scene c2s4_82 pause scene c2s4_83 pause scene c2s4_84 pause scene c2s4_85 pause scene c2s4_86 v "*moans*" pause scene c2s4_87 pause scene c2s4_88 pause scene c2s4_89 pause scene c2s4_90 pause scene c2s4_91 a "You like that?" scene c2s4_92 v "Mmhmm." scene c2s4_93 pause scene c2s4_94 pause scene c2s4_95 pause scene c2s4_96 a "You want this dick too?" w "Oh yes." a "Lay down here..." scene c2s4_97 pause scene c2s4_98 pause scene c2s4_99 a "God, you're wet..." scene c2s4_100 pause scene c2s4_101 w "*moans*" pause scene c2s4_102 pause scene c2s4_103 a "Come down here girls..." scene c2s4_104 with dissolve pause scene c2s4_105 with dissolve pause scene c2s4_106 with dissolve pause scene c2s4_107 pause scene c2s4_108 pause scene c2s4_109 pause scene c2s4_110 pause scene c2s4_111 pause scene c2s4_112 pause scene c2s4_113 pause scene c2s4_114 pause scene c2s4_115 a "Ah...yes..." scene c2s4_116 pause scene c2s4_117 v "*gasps lightly*" pause scene c2s4_118 pause scene c2s4_119 pause scene c2s4_120 a "So good..." scene c2s4_121 v "I want some more." a "Absolutely..." scene c2s4_122 v "Give it to me..." scene c2s4_123 with dissolve pause scene c2s4_124 v "*moans*" scene c2s4_125 a "God yes, don't stop that Whit." scene c2s4_126 with dissolve pause scene c2s4_127 pause scene c2s4_128 pause scene c2s4_129 a "I'm about to cum..." scene c2s4_130 v "Cum for us..." scene c2s4_131 pause scene c2s4_132 a "*grunts*" scene c2s4_133 a "Ahhhhh....fuck." scene c2s4_134 with dissolve v "*gasps*" scene c2s4_135 w "Mmmmm." scene c2s4_136 a "Take it all Whit." scene c2s4_137 pause scene c2s4_138 pause scene c2s4_139 w "*Gaaaaa..." scene c2s4_140 w "*gasps*" a "God you girls are amazing..." scene c2s4_141 with dissolve v "You're alright too..." scene c2s4_142 pause scene black with dissolve #END OF SCENE 4 stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') KN_MOD "label scene_c2s5:" scene black play music "audio/c2_5music.mp3" fadein 3.0 centered "{size=+14}{color=0096FF}{i}The next morning...{/i}{/color}{/size}" pause scene c2s5_1 with dissolve pause scene c2s5_2 with dissolve pause scene c2s5_3 with dissolve pause scene c2s5_4 with dissolve pause scene c2s5_5 with dissolve pause scene c2s5_6 with dissolve pause scene c2s5_7 with dissolve pause scene c2s5_8 with dissolve d "Honey, I'm home...." scene c2s5_9 pause scene c2s5_10 with dissolve m "Hey sweety." d "Hey babe." scene c2s5_11 with dissolve pause scene c2s5_12 with dissolve pause scene c2s5_13 with dissolve pause scene c2s5_14 with dissolve m "How was the trip?" scene c2s5_15 with dissolve d "It was good..." d "I got the parts I needed for the tractor..." scene c2s5_16 with dissolve m "Not that silly...about June." scene c2s5_17 with dissolve d "Well..." d "...first off, it's a co-ed dorm..." scene c2s5_18 with dissolve d " Which is something she clearly knew and didn't tell me...." scene c2s5_19 with dissolve m "Oh...does she have a guy roommate?" scene c2s5_20 d "No, her roommate is definitely not a guy..." scene c2s5_21 m "Why do you say it like that?" scene c2s5_22 d "Umm.." scene c2s5_23 d "She's just character that's all..." scene c2s5_24 m "What do you mean?" scene c2s5_25 d "Umm, I don't know, it's hard to put into words." scene c2s5_26 m "Well...try..." scene c2s5_27 d "I really don't know..." scene c2s5_28 m "Is she a..." m "'hot co-ed'?" scene c2s5_29 d "She's ok." m "Just ok?" scene c2s5_30 d "Yeah, she's attractive...but not like my type..." scene c2s5_31 m "Oh yeah?" m "What's your type?" scene c2s5_32 d "Well..." d "hot....sexy... " scene c2s5_33 with dissolve d "...curvy...mature women...." scene c2s5_34 m "That better be your type." scene c2s5_35 m "Too bad no time for anything right now..." m "My [francine_rel_to_mary] is coming by in a bit." scene c2s5_36 with dissolve m "She's got some drama going on." scene c2s5_37 d "Oh yeah? What's that?" scene c2s5_38 with dissolve m "Well you know her and Gary are trying to get pregnant..." scene c2s5_39 m "Apparently the doctor said that Gary likely won't be able to have kids." scene c2s5_40 d "Oh, that's rough." m "So anyway, she's coming over in a few and needs a bit of comfort." m "Make sure you don't say anything..." scene c2s5_41 d "Oh ya, of course." scene c2s5_42 centered "{size=+14}{color=0096FF}{i}a knock is heard at the door...{/i}{/color}{/size}" scene c2s5_43 #Francine walks upt back door m "Speak of the devil." scene c2s5_44 f "Hey guys." scene c2s5_45 m "Hey Franny..." scene c2s5_46 d "Hey doll." scene c2s5_47 #hugs David f "Hey big guy." scene c2s5_48 d "How are doing?" scene c2s5_49 f "Oh, I'm alright." f "It's weird my little Juney isn't here." scene c2s5_50 m "Tell me about it." scene c2s5_51 m "David just dropped her off yesterday and the house already feels empty." scene c2s5_52 f "Awww.." scene c2s5_53 m "Here, let me grab you a coffee and let's sit down." scene c2s5_54 f "Okay." scene c2s5_55 d "I gotta get to work on the tractor..." d "...so i'll leave you two ladies to it." scene c2s5_56 m "Okay honey." f "Bye dear." #cheek kiss scene c2s5_57 d "See ya later." scene black with dissolve centered "{size=+14}{color=0096FF}{i}Moments later...{/i}{/color}{/size}" pause scene c2s6_1 with dissolve f "Adoption just isn't in the cards..." scene c2s6_2 with dissolve m "Yeah, I understand that." scene c2s6_3 with dissolve f "...and the lab stuff is so unreliable and expensive." scene c2s6_4 m "Yeah, i've heard that." scene c2s6_5 f "And it just doesn't feel natural, ya know?" scene c2s6_6 m "Yeah..." scene c2s6_7 with dissolve f "So we're almost out of options." scene c2s6_8 f "...and I'm getting up there..." f "I don't have that many more years left in me to try." scene c2s6_9 with dissolve m "I'm sorry honey..." scene c2s6_10 m "I wish it could be as easy as it was for me and David." scene c2s6_11 m "I swear the first time we did it, he knocked me up." scene c2s6_12 with dissolve f "Well Mary, that's what I wanted to talk about..." scene c2s6_13 m "What do you mean?" scene c2s6_14 f "Well it's a very strange thing to bring up and talk about." scene c2s6_15 f "So I will just come out and say it..." scene c2s6_16 m "Ok..." scene c2s6_17 with dissolve f "I was wondering if we could somehow...." scene c2s6_18 f "...use David's swimmers..." scene c2s6_19 with dissolve #mary shock m "Oh!" scene c2s6_20 m "You mean have him be the sperm donor?" scene c2s6_21 f "Well...yeah." scene c2s6_22 f "He's family...and I don't know...I just feel more comfortable knowing the person." scene c2s6_23 with dissolve m "Hmm...well...I don't know." scene c2s6_24 m "I don't even know how I feel about it, let along how David would." scene c2s6_25 with dissolve f "Well you don't need to give me an answer right now." scene c2s6_26 f "But I want you to understand, I wouldn't want to do this in a lab." scene c2s6_27 m "Huh, then how?" scene c2s6_28 f "I don't know..." f "The lab is just so expensive." scene c2s6_29 f "I feel like we can do this on our own." scene c2s6_30 with dissolve m "Ummm...are you asking to have sex with my husband?" scene c2s6_31 f "No!" f "Nooooo." scene c2s6_32 f "I am saying we deposit the swimmers ourselves." scene c2s6_33 with dissolve m "Like what? With a turkey baster or something?" scene c2s6_34 f "Um, well something like that..." scene c2s6_35 m "This is weird..." m "...and would that even work?" scene c2s6_36 f "Well from what I've read it can work..." f "...I read a few blogs on how it worked for these women..." scene c2s6_37 m "Hmm...ya....this is weird." scene c2s6_38 f "I know it is...and I feel weird even bringing it up." f "...but I don't know what else to do..." scene c2s6_39 m "I don't even know what David would think." m "...even if we figure a way to do it..." m "What does Gary think about this?" scene c2s6_40 with dissolve f "Well...I don't want to involve him unless this is something that's possible." f "Plus, he'll go along with anything I tell him anyway." scene c2s6_41 with dissolve m "Hmmm...." m "Well...I still don't know how I feel about it..." scene c2s6_42 m "Let me think...let me talk to David..." m "...and I will let you know..." scene c2s6_43 with dissolve f "That's all I can ask for Mary." scene c2s6_44 f "I love you, thank you..." scene c2s6_45 with dissolve m "Love you too..." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black with dissolve play music "audio/s2_7music.mp3" fadein 3.0 centered "{size=+14}{color=0096FF}{i}Back at college...{/i}{/color}{/size}" scene c2s7_1 with dissolve p "I expect to see effort in your writing." scene c2s7_2 p "There's no place for laziness in my classroom." scene c2s7_3 with dissolve "**The professor continues to talk**" scene c2s7_4 b "*softly* He is so handsome." j "*softly* He is." j "*softly* What do you think Ariel?" scene c2s7_7 ar "*loudly* 'God yes he is.'" scene c2s7_8 "*The professor stops talking*" ar "*Gasps*" "*The classroom laughs*" scene c2s7_9 #the professor stops talking p "Is there something you needed to share with the class?" scene c2s7_10 ar "No professor, I'm sorry." scene c2s7_11 p "Ok then...as I was saying..." scene c2s7_12 with dissolve p "I am available in my office Monday, Wednesday and Thursdays 6-9p." scene c2s7_13 p "Are there any questions?" scene c2s7_14 with dissolve p "No? Ok, well our time's up." scene c2s7_15 p "See you tomorrow." #sounds of people standing up and walking out of the class scene c2s7_16 with dissolve b "What was that Ariel?" scene c2s7_17 ar "I don't know...." scene c2s7_18 with dissolve j "I think I know...." j "Ariel likes the professor." scene c2s7_19 with dissolve ar "No...." scene c2s7_20 with dissolve b "Yeah, I think that's it..." b "She's blushing..." scene c2s7_21 with dissolve ar "I am not..." scene c2s7_22 with dissolve b "She's in looveeee" "*both giggle*" scene c2s7_24 with dissolve ar "You guys suck." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/c2_8music.mp3" fadein 3.0 centered "{size=+14}{color=0096FF}{i}Later that day...{/i}{/color}{/size}" #scene end #later that day scene c2s8_1 with dissolve m "So I need to discuss something kinda serious with you." scene c2s8_2 with dissolve d "Oh, I don't know if I like the sound of that." scene c2s8_3 with dissolve m "So, I told you about the issues that Fran and Gary are dealing with..." d "Uh huh, yeap." scene c2s8_4 m "Well...see, they don't want to do adoption..." m "...and the lab stuff is apparently super unreliable and expensive." scene c2s8_5 m "Plus they don't feel comfortable with some random sperm donor being used" m "So...they are looking at other alternatives." scene c2s8_6 d "Ok..." scene c2s8_7 m "Well...I don't even know how I feel about this yet..." m "...but it was brought up, so I need to talk to you about it." scene c2s8_8 d "Ok, well...get to it." scene c2s8_9 with dissolve m "So Franny was thinking maybe you could be the sperm donor." scene c2s8_10 d "Oh...hmmmm..." d "...well...yeah..." d "I think I would be ok with that." scene c2s8_11 d "Franny is family and will be a part of our lives forever...." d "...but wait...I thought you said they don't want to do the lab thing." scene c2s8_12 m "They aren't..." m "They would want to do it...in a bit more...direct way." scene c2s8_13 with dissolve d "Oh..." scene c2s8_14 d "OH!" scene c2s8_15 d "You mean we would do it the 'fun' way?" scene c2s8_16 with dissolve m "The 'fun' way? What do you...." scene c2s8_17 m "Wait, no you idiot." m "Not having sex with her...you pervert." scene c2s8_18 with dissolve d "Wait what?" scene c2s8_19 with dissolve m "You think I am just gonna have you fuck my [francine_rel_to_mary] until you get her pregnant?" scene c2s8_20 with dissolve d "No!" d "I didn't know what you meant." scene c2s8_21 with dissolve m "...and the 'FUN' way?" m "That certainly sounds like you want to fuck her." scene c2s8_22 with dissolve d "Jesus, I misunderstood." d "I don't understand how she plans on doing this...." scene c2s8_23 with dissolve m "Well she wasn't even 100 percent sure of the process..." m "...but mainly getting you're swimmers in her immediately." m "I guess the first step is to see if its something we would even be willing to do." scene c2s8_24 with dissolve d "Hmmm..." d "Well...I don't understand the logistics...." d "...but I will do it...if you feel comfortable with it." scene c2s8_25 with dissolve m "Hmmm." scene c2s8_26 m "Yeah....I think I am...I want her to get the chance to be a mommy." m "...and I want to be an [june_adr_francine_as]." scene c2s8_27 with dissolve d "Well...alright then." d "I guess tell her...and let's talk about it." d "..and figure it out." #hugs scene c2s8_28 with dissolve m "You are such a pervert..." scene c2s8_29 d "I guess I am..." stop music fadeout 3.0 play music "audio/c2_8_2music.mp3" fadein 3.0 scene c2s8_30 with dissolve m "But I guess I am too..." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c2s8_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c2s8end" KN_MOD "label c2s8_cont:" scene c2s8_31 with dissolve m "Because for some reason..." scene c2s8_32 with dissolve m "I find it hot as hell that you would do this..." scene c2s8_33 with dissolve pause scene c2s8_34 with dissolve d "Oh baby..." d "Turn around for me." scene c2s8_35 with dissolve d "Mmmmm perfection..." scene c2s8_36 with dissolve pause scene c2s8_37 with dissolve pause scene c2s8_38 pause scene c2s8_39 pause scene c2s8_40 pause scene c2s8_41 pause scene c2s8_42 with dissolve pause scene c2s8_43 with dissolve d "Let me get this hair out of the way so I can see your pretty face." scene c2s8_44 d "Much better..." scene c2s8_45 pause scene c2s8_46 pause scene c2s8_47 pause scene c2s8_48 pause scene c2s8_49 pause scene c2s8_50 pause scene c2s8_51 pause scene c2s8_52 pause scene c2s8_53 pause scene c2s8_54 pause scene c2s8_55 pause scene c2s8_56 pause scene c2s8_57 pause scene c2s8_58 pause scene c2s8_59 pause scene c2s8_60 pause scene c2s8_61 pause scene c2s8_62 pause scene c2s8_63 pause scene c2s8_64 pause scene c2s8_65 pause scene c2s8_66 pause scene c2s8_67 pause scene c2s8_68 pause scene c2s8_69 m "Do me baby..." scene c2s8_70 pause scene c2s8_71 pause scene c2s8_72 pause scene c2s8_73 pause scene c2s8_74 pause scene c2s8_75 pause scene c2s8_76 pause scene c2s8_77 pause scene c2s8_78 pause scene c2s8_79 m "Cum in me baby..." scene c2s8_80 pause scene c2s8_81 pause scene c2s8_82 pause scene c2s8_83 pause scene c2s8_84 pause scene c2s8_85 pause scene c2s8_86 "*Both moan*" scene c2s8_87 m "So good..." KN_MOD "label c2s8end:" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black with dissolve play music "audio/s2_7music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}Chapter 3{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade centered "{size=+14}{color=0096FF}{i}Back at college...{/i}{/color}{/size}" #chapter 3 scene 1 #Ariel Daydreaming scene c3s1_1 with dissolve p "He used his own life experiences in his writing..." scene c3s1_2 p "...and that's what you have to do as well..." scene c3s1_3 p "...put some of yourself in everything you write." "**Professor Harrison continues to give his lecture**" scene c3s1_4 with dissolve p "Well...our times up." scene c3s1_5 with dissolve p "We'll pick up from there next time." scene c3s1_6 pause scene c3s1_7 p "Ms. Anderson, can I speak with you a moment?" ar "Oh, yes of course." scene c3s1_8 with dissolve p "Yes, Professor Harrison?" ar "Ms Anderson, I am looking for a new teachers assistant this semest..." scene c3s1_9 ar "**Intterupts him** Yes I can do it!" ar "Sorry, I didnt mean to cut you off...but yes, I can do it." scene c3s1_10 p "Ok great..." p "Come by my office at 6pm and we will discuss your duties." scene c3s1_11 with dissolve ar "Absolutely. Great." ar "I'll be there." ar "Thanks Professor." scene c3s1_12 with dissolve pause scene c3s1_13 with dissolve pause scene c3s1_14 with dissolve pause scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/s5music.mp3" fadein 3.0 centered "{size=+14}{color=0096FF}{i}A few minutes later...{/i}{/color}{/size}" scene c3s2_1 with dissolve j "Do you even know what you will be doing for him?" ar "He just said he needed a new teacher's assistant..." ar "...and that we'll discuss that tonight." scene c3s2_2 with dissolve j "Are you nervous?" ar "Nervous? No." b "Yeah, she's definitely nervous...and probably 'excited' too." scene c3s2_3 with dissolve "**June and Becca giggle**" ar "Did I tell you guys recently that you suck?" ar "Well, you do." scene c3s2_4 with dissolve b "So, we still on for studying and games later?" j "Heck yes." scene c3s2_5 with dissolve k "Hey June." scene c3s2_6 with dissolve j "Oh hey Kent, how's it going?" k "Great, thanks." k "Do you have a quick second?" j "Yeah sure." scene c3s2_7 j "I'll see you guys in a few hours." ar "Bye June." b "Later." j "Bye." scene c3s2_8 with dissolve j "So, whats up?" k "Oh, so i was wondering, if you were available for some extra curricular activities." scene c3s2_9 with dissolve j "Uhm, Kent...what are you asking me?" scene c3s2_10 with dissolve k "Well it looks good to do extra curricular stuff for the school like volunteering and stuff." scene c3s2_11 with dissolve j "Ohhh." k "Yeah, like doing this job and my work at the library looks good on your record." k "There's some availability at the library and I was seeing if maybe you wanted to come help out." j "Hmm, yeah I think that's a good idea." scene c3s2_12 j "I can do that." k "Great, I for sure can work with you directly and help with getting you acclimated and stuff." j "Alright." scene c3s2_13 k "Are you available later tonight to do a tour and an orientation?" scene c3s2_15 j "Yes, I have plans later but can do it before then." k "Great!" k "Why don't you meet me here and we'll walk over?" j "Ok, see ya then." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/s10music.mp3" fadein 3.0 scene c3s4_1 with dissolve #continue choice #1 k "So thats mainly the things you need to do around here." j "Seems simple enough." scene c3s4_2 with dissolve k "Oh...and one more thing..." k "Some people, like to be inappropriate and do things they shouldn't do in public spaces..." k "You'll need to watch out for that too." scene c3s4_3 with dissolve j "Uhm, like what?" k "Well...you know...sexual stuff..." scene c3s4_4 with dissolve j "Oh, wow, really?" scene c3s4_5 with dissolve k "Yes, unfortunately..." k "If you see it, there's a speed dial on the phone to get the security guy..." k "...he can kick them out and get them in trouble.." scene c3s4_6 with dissolve j "Ok..." j "Like...what kinda stuff has happened?" scene c3s4_7 with dissolve k "Well... like I caught this one couple, doing 'things' between the shelves." #what really happened scene c3s4_8 with dissolve j "Oh wow." scene c3s4_9 with dissolve k "...and another time there was some girl...being indecent..." k "she's been given a warning..." k "So if you see anyting like that, call security and they will handle it." j "That's pretty crazy." k "Yeah...I know." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/s4music.mp3" fadein 3.0 centered "{size=+14}{color=0096FF}{i}What really happened...{/i}{/color}{/size}" scene c3s5_3 with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c3s5_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c3s5end" KN_MOD "label c3s5_cont:" pause scene c3s5_4 with dissolve pause scene c3s5_5 with dissolve pause scene c3s5_6 with dissolve pause scene c3s5_7 with dissolve pause scene c3s5_8 with dissolve g "**loudly moans**" scene c3s5_9 with dissolve k "Huh?" scene c3s5_10 with dissolve pause scene c3s5_11 with dissolve pause scene c3s5_12 with dissolve pause scene c3s5_13 with dissolve pause scene c3s5_14 with dissolve pause scene c3s5_15 with dissolve pause scene c3s5_16 with dissolve pause scene c3s5_17 with dissolve pause scene c3s5_18 with dissolve pause scene c3s5_19 with dissolve pause scene c3s5_20 with dissolve pause scene c3s5_21 with dissolve pause scene c3s5_22 with dissolve pause scene c3s5_23 with dissolve pause scene c3s5_24 with dissolve pause scene c3s5_25 with dissolve pause KN_MOD "label c3s5end:" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/s10music.mp3" fadein 3.0 scene c3s4_10 with dissolve k "So anyways..." scene c3s4_11 k "Are you going to be going home for the holiday weekend coming up?" scene c3s4_12 j "Actually no...I don't have a car as of now..." j "But my [june_adr_mary_as] really wanted to come visit and it looks like my roommate will be gone so she's going to come stay with me." k "Oh cool, I'll have to meet her." scene c3s4_13 with dissolve j "Yeah I'm sure you will." j "Well I better head out so I am not late." j "Thanks for the orientation." scene c3s4_14 k "No problem, I am glad you accepted." j "Well, see ya." k "Bye June." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/c2_8_2music.mp3" fadein 3.0 #SCENE 3 scene c3s3_1 with dissolve p "So being my TA is a lot of work." p "But doing a great job could get you ahead here at the school." scene c3s3_2 with dissolve p "There's doors that can open up with my help." scene c3s3_3 with dissolve p "Just the same...those doors can close." p "Do you understand?" scene c3s3_4 with dissolve ar "Yes, Professor." ar "I don't mind the hard work..." scene c3s3_5 with dissolve ar "...and I am willing to do whatever you need..." scene c3s3_6 with dissolve p "Okay, I am glad to hear that...." #walks around desk and gets behind her. scene c3s3_7 with dissolve p "To start, I need you here during office hours to help with gradings and organization." ar "Okay." scene c3s3_8 with dissolve p "You will have to run errands from time to time..." p "Additionally, I have personal responsibilities that I need to keep in order..." p "You will help with those as well..." scene c3s3_9 with dissolve ar "What do you mean?" scene c3s3_10 with dissolve pause scene c3s3_11 with dissolve p "Well things like my personal calendar...." scene c3s3_12 with dissolve p "Dinner's with my wife..." scene c3s3_13 with dissolve p "Events and personal appointments." p "Things like that..." scene c3s3_14 ar "Oh, I didn't know you were married..." ar "Does she come here often?" scene c3s3_15 p "No she doesn't." p "...but I need to make sure school related events don't affect my personal bubble...you will help with that." scene c3s3_16 ar "Okay, no problem....whatever is needed" p "Great." p "Do you have any questions?" ar "No professor." scene c3s3_17 p "Okay great...I will expect you here tomorrow to start." ar "Ok, I'll be there." ar "Thanks again for the opportunity sir." p "Absolutely..." ar "Okay, great...Good night." scene c3s3_18 with dissolve p "Good night." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/c2_8_2music.mp3" fadein 3.0 scene c3s6_1 with dissolve b "So looks like Kent might have a crush on you, huh?" scene c3s6_2 with dissolve j "Hm, I don't know..." j "Maybe he's just nice." b "I don't know...he seemed pretty excited to see you." scene c3s6_3 with dissolve j "Yeah...he wants me volunteer at the library..." j "With my work load it might be a lot, but it also seems worth it for my personal record." scene c3s6_4 with dissolve b "Yeah, I can't imagine adding that to my day." j "Yeah....we'll see how it goes." b "So are you excited for your [june_adr_mary_as] to come visit for the holiday weekend coming up?" scene c3s6_5 with dissolve j "Yeah, my mom's great." j "I can't wait for her to see the school and my dorm." scene c3s6_4 with dissolve b "Are you guys a lot alike?" scene c3s6_5 with dissolve j "Sometimes I think so, sometimes I don't." scene c3s6_6 j "Like she was all worried about me leaving home and that something bad will happen..." scene c3s6_7 j "But from what I've heard and seen, she was pretty wild in her younger years." scene c3s6_4 with dissolve b "Oh really? Like what?" scene c3s6_8 with dissolve j "Well...I mean I know she was wildddddd..." j "My [june_adr_francine_as] told me how she would do crazy things on a dare." scene c3s6_9 j "Like once, she went streaking through the neighbors field in front of all of her friends." scene c3s6_10 with dissolve b "Hah, oh wow, that's awesome." j "Yeah..." scene c3s6_11 with dissolve j "...and her and my [june_adr_david_as] definitely have a healthy sexual relathionship." scene c3s6_12 with dissolve b "Oh wow, really?" b "I feel like my parents have never had sex since we were born haha." scene c3s6_11 with dissolve j "Yeah...I've heard...and seen some things..." scene c3s6_12 with dissolve b "Well.....like what?" scene c3s6_13 with dissolve j "Oh gosh, I don't know why I said anything..." scene c3s6_14 with dissolve b "I'm sorry, I shouldn't have asked...." scene c3s6_15 j "No...." j "...its ok..." scene c3s6_16 with dissolve j "Well...there was this one time, a bit back...." scene c3s6_17 with dissolve j "I was supposed to be gone for the afternoon but I ripped my dress and came back home early..." j "No-one seemed to be home, which was weird..." j "So I headed out to the barn..." j "...and there....were my parents 'doing stuff'.'" scene c3s6_18 with dissolve b "Oh dang." b "Wait that's it? Gotta give me more details then that." scene c3s6_19 j "Well...when I came up to the barn I heard..." j "Well...I heard my mom...saying things..." scene c3s6_20 with dissolve j "Things I won't repeat..." j "...and what I saw was...my [june_adr_david_as]...with his penis in my moms mouth..." j "and then..." j "He 'finished' on her face..." scene c3s6_21 with dissolve b "Holy crap..." b "That's kinda freaking hot, I'm sorry." scene c3s6_22 with dissolve j "Well...I feel weird about it..." scene c3s6_23 with dissolve b "About what?" scene c3s6_24 with dissolve j "Weird because I found it hot too..." scene c3s6_25 with dissolve b "Nothing to be weird about...it's a sexy thing to see I imagine." scene c3s6_26 j "Yeah...but it was my [june_adr_mary_as] and [june_adr_david_as]...." b "Ah, who cares....hot is hot." scene c3s6_27 with dissolve b "Uhmm...me and my sister kissed once." scene c3s6_28 with dissolve j "Oh wow you did?" scene c3s6_29 with dissolve b "Yeap...I think I was way more in it then her...." scene c3s6_30 with dissolve j "What do you mean?" scene c3s6_31 with dissolve b "Well, so what happened was we were laying down and talking about stuff..." b "...and we were talking about, how do you know if you are a lesbian..." scene c3s6_32 b "...or at least that you might be bi." b "...because I know I was attracted to boys and girls..." b "but I didnt know if that was just 'attraction' or if I was like...you know, fully into girls like I was with boys." scene c3s6_33 b "...and I figured that, I at least needed to try to kiss a girl to see if it was the same or different then when I had kissed boys..." b " .....so I just asked her...." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/s4music.mp3" fadein 3.0 scene c3s7_1 with dissolve pause scene c3s7_2 with dissolve b "I at least want to know if it feels the same....or different..." b "Aren't you just a bit curious?" scene c3s7_3 with dissolve ar "Yeah...but wouldn't it be a weird kissing me?" scene c3s7_4 with dissolve b "I don't think so..." b "There's no one I am closer too or feel safer around than you." scene c3s7_5 with dissolve ar "Yeah, I guess you're right." ar "Ok..." scene c3s7_6 with dissolve b "Ok, then I think we should just do it." ar "What kind of kiss?" ar "You know I've only kissed one boy and that was just a peck." b "I think just a full big kiss and see how it goes...." scene c3s7_7 with dissolve ar "Ok..." scene c3s7_8 with dissolve pause scene c3s7_9 with dissolve pause scene c3s7_10 with dissolve pause scene c3s7_11 with dissolve pause scene c3s7_12 with dissolve pause scene c3s7_13 with dissolve pause scene c3s7_14 with dissolve pause scene c3s7_15 with dissolve b "**breathes in deeply and lightly gasps**" b "Uhmmm..." scene c3s7_16 b "That was...pretty great..." scene c3s7_17 with dissolve ar "Yea....I liked it..." ar "Wasn't quite what I expected." b "In a good way?" scene c3s7_18 with dissolve ar "Yes and no...." ar "It felt great but it feels a bit wrong..." scene c3s7_19 with dissolve b "Who's to say its wrong?..." b "We've shared everything are whole lives, why would this be wrong?" scene c3s7_20 with dissolve ar "Yeah, I guess...." b "Want to try again?" scene c3s7_21 with dissolve ar "I don't think so..." ar "I think that's my limit for now..." b "Ok, no problem..." #back to june and becca scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/c2_8_2music.mp3" fadein 3.0 scene c3s8_1 with dissolve b "So it was just that one time...." b "I think she was just scared and nervous about the whole thing." scene c3s8_2 b "Again, she's very innocent and hasnt really done anything sexual before." scene c3s8_3 with dissolve j "Yeah, that makes sense...." scene c3s8_4 b "Are you totally weirded out now?" j "No, not at all." b "I can't believe I shared that..." scene c3s8_5 j "It's totally cool, I won't say anything." b "Well it's not just that, I don't want you to look at me differently." scene c3s8_6 with dissolve j "Not at all Becca." scene c3s8_7 j "If anything I am jealous of your strength to do try something like that." scene c3s8_8 with dissolve b "Aw well, thank you." scene c3s8_9 b "I am not sure if the reason I liked it is because she's my sister and that we're so close..." b "...but it didnt answer the question about how much I am into girls..." scene c3s8_10 with dissolve j "Well...I would be lying if I didn't say that I've wondered the same thing...." j "I've had a few experiences that made me question things..." scene c3s8_11 b "You mean as in question if you were into girls?" j "Yeah...." b "Oh wow...really....what experiences?" scene c3s8_12 with dissolve j "Well the main one I guess is not crazy far off from you and Ariel..." j "My parents and I went on a camping/hunting trip not too long ago." scene c3s8_13 j "My [june_adr_david_as] was going to be gone for a few hours doing some hunting so my [june_adr_mary_as] and I went for a hike." j "We came to a little lake..." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black play music "audio/c2_5music.mp3" fadein 3.0 #lakescene scene c3s9_1 with dissolve pause scene c3s9_2 with dissolve pause scene c3s9_3 with dissolve pause scene c3s9_4 with dissolve j "It's so pretty." m "It really is..." scene c3s9_5 with dissolve m "...and it's so hot out, I wanna go for a swim." j "That would be amazing...." scene c3s9_6 with dissolve j "..but I didnt bring a suit." scene c3s9_7 with dissolve m "Juney, we're out in the middle of nowhere..." scene c3s9_8 with dissolve m "No-ones going to see us...who needs a suit?" scene c3s9_9 with dissolve j "Mom....oh my gosh..." scene c3s9_10 with dissolve m "Come on Juney...." scene c3s9_11 with dissolve m "You aint got nothing I haven't seen before." scene c3s9_12 with dissolve j "Ok..." scene c3s9_13 with dissolve pause scene c3s9_14 with dissolve pause scene c3s9_15 with dissolve m "**whistles at June**" m "Look at my sexy baby girl." scene c3s9_16 with dissolve j "God mom, shut up." scene c3s9_17 with dissolve "**both laugh**" scene c3s9_18 with dissolve j "Wow, this feels great." m "It sure does." scene c3s9_19 with dissolve j "This is soooo relaxing." m "You're always wound up so tight." m "You need to let yourself go sometimes." scene c3s9_20 with dissolve j "You're right mom." scene c3s9_21 with dissolve m "The best times in my life are when I just let myself go and enjoyed the ride." scene c3s9_22 with dissolve j "I'll try harder...." m "Good." m "Come give me a hug." scene c3s9_23 with dissolve pause scene c3s9_24 with dissolve m "My little Juney sure has grown." scene c3s9_25 with dissolve j "Oh" j "Yeah..." scene c3s9_26 with dissolve "**both laugh**" scene c3s9_27 with dissolve m "....Well, we better start hiking back if we want to make it back in time for your [june_adr_david_as] to be back." j "Alright." scene c3s9_28 with dissolve pause scene c3s9_29 with dissolve pause scene c3s9_30 with dissolve "**(June narrates)**" j "I found myself so turned on by my moms figure." scene c3s9_31 with dissolve j "I was just staring." scene c3s9_32 with dissolve pause scene c3s9_33 with dissolve j "She turned around and even noticed...but didn't say anything." j "She just looked at me..." scene c3s9_34 with dissolve j "...and smiled." scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 scene c3s10_1 with dissolve b "Wow." scene c3s10_2 with dissolve j "Yeah...since then I've known my interests are definitely not just black and white." b "But you've never done anything with a girl?" scene c3s10_3 j "Nope." scene c3s10_4 with dissolve b "As I said before...I think my first girl kiss being Ariel might not have been the best way to evaluate what I really am into." scene c3s10_5 b "Would it be totally weird if I suggested..." scene c3s10_6 b "That you and I...maybe..." scene c3s10_7 with dissolve j "Are you asking if I want to try kissing you?" scene c3s10_8 b "Yes..." b "but I don't want to make things wei-" scene c3s10_9 j "Yes, I want too" b "Really? Ok..." #june and Becca kiss scene c3s10_10 with dissolve pause scene c3s10_11 with dissolve pause scene c3s10_12 with dissolve pause scene c3s10_13 with dissolve pause scene c3s10_14 with dissolve "**both lightly moan**" pause scene c3s10_15 with dissolve pause scene c3s10_16 with dissolve pause scene c3s10_17 with dissolve b "Mmmm...." scene c3s10_18 with dissolve j "**lightly breathes out**" scene c3s10_19 j "Hm, ok...well...I definitely liked that." scene c3s10_20 b "I definitely did too." b "The results are in...I'm definitely not completely straight." scene c3s10_21 j "**laughs**" j "My results are the same." scene c3s10_22 with dissolve b "**both laugh**" #door opens scene c3s10_23 with dissolve pause scene c3s10_24 with dissolve pause scene c3s10_25 with dissolve b "Look who's back." j "Hey Ariel, how did it go?" scene c3s10_26 ar "Great. Amazing...but...." j "But what?" scene c3s10_27 with dissolve ar "Well, while he was talking to me about my responsibilities he put his hands on my shoulders...." j "Hm...ok, that's it?" b "Yeah that ain't a big deal." scene c3s10_28 with dissolve ar "Well, I don't know...it just felt like it was fairly intimate..." j "Did you say something or react?" scene c3s10_29 with dissolve ar "No it happened real fast...and I don't think he meant anything by it." ar "...and I'm not mad..." scene c3s10_30 ar "..but he is married...and he's my teacher..." ar "Maybe I am just looking too much into it..." scene c3s10_31 b "Yeah, you probably are." ar "But he's super nice and apparently this opportunity is going to be great for my academic career." j "That's awesome." scene c3s10_32 with dissolve ar "Soooo...what are you guys up too?" scene c3s10_33 with dissolve b "Just hanging out." j "Yeah, just chillin." scene c3s10_34 j "But...I was just about to head to bed." scene c3s10_35 with dissolve ar "Alrighty, we'll see you tomorrow morning." scene c3s10_36 with dissolve j "Yeap, sure will. See ya!" b "Bye June." j "Bye!" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') centered "{size=+14}{color=0096FF}{i}Back at the farm...{/i}{/color}{/size}" play music "audio/s1music.mp3" fadein 3.0 pause #NEW SCENE scene c3s11_1 with dissolve d "Okay...so the plan is, I do my business here..." d "Give it too Mary...." scene c3s11_2 d "She takes it to you, where you will be 'deposting it'..." scene c3s11_3 with dissolve f "Yeah, that's the jist of it." scene c3s11_4 d "And this is supposed to work?" f "Yeah, its shown some success." f "Main thing they say is the shortest time from ejaculation to injecting it in, the better chance your little swimmers survive." scene c3s11_5 with dissolve d "Hmmm...ok." m "I think it's pretty straightforward." scene c3s11_6 with dissolve f "Yeah....and thank you again guys..." f "...you really are the best." scene c3s11_7 with dissolve d "Of course Franny." d "How is Gary taking all of this?" scene c3s11_8 with dissolve f "Like I said, he's totally fine with it." m "Wow really?" f "Yeah, he really wants kids too..." scene c3s11_9 with dissolve d "Well...ok..." d "Guess we should give it a go." scene c3s11_10 with dissolve f "Okay." scene c3s11_11 with dissolve d "Mary, you will need to come give me...a hand." scene c3s11_12 with dissolve m "I was planning on it." scene c3s11_13 with dissolve d "Ok lets do it." scene black with dissolve #bathroom scene scene c3s11_14 with dissolve m "It's messed up how much this turns me on." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c3s11_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c3s11end" KN_MOD "label c3s11_cont:" scene c3s11_15 with dissolve pause scene c3s11_16 with dissolve d "You're not the only one." scene c3s11_17 with dissolve m "Oh yeah?" scene c3s11_18 m "Is it because my hot [francine_rel_to_mary] is in the other room..." m "...waiting..." scene c3s11_19 m "...legs spread..." d "Oh god yeah..." scene c3s11_20 with dissolve pause scene c3s11_21 with dissolve pause scene c3s11_22 m "She's waiting for your cum..." d "Oh fuck yeah..." scene c3s11_23 pause scene c3s11_24 pause scene c3s11_25 m "Do you want your cum in her pussy?" d "Yes!" scene c3s11_26 with dissolve pause scene c3s11_27 m "Well give it to me, so I can give it to her." scene c3s11_28 m "Her pussy is waiting." scene c3s11_29 with dissolve d "Oh yes!" d "Here it comes!" d "**grunts**" scene c3s11_34 m "Oh yeah, there it is." scene c3s11_35 with dissolve d "Oh god....that was....hot..." m "Sure was...let me get this to her quick." KN_MOD "label c3s11end:" scene black with dissolve pause #bedroom scene scene c3s12_1 with dissolve m "Ok here it is." scene c3s12_2 with dissolve f "You guys are very talkative...you know that?" m "Hah, you could hear us, huh?" scene c3s12_3 with dissolve f "Sure could..." f "I'd be lying if I didn't say this is weirdly hot..." scene c3s12_4 with dissolve m "I know it's kinda messed up." scene c3s12_5 with dissolve f "Yes...messed up, but hot." f "Here, lets get it in..." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c3s12_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c3s12end" KN_MOD "label c3s12_cont:" scene c3s12_6 with dissolve m "Here, I'll help." scene c3s12_7 with dissolve m "It's been awhile...but its nothing I haven't seen before." scene c3s12_8 f "I was a lot younger and prettier then." scene c3s12_9 with dissolve m "You're still very pretty..." m "...and it still looks very pretty down here too." scene c3s12_10 with dissolve f "Oh, well thank you." f "That's nice to hear." scene c3s12_11 with dissolve m "No problem...." scene c3s12_12 with dissolve pause scene c3s12_13 with dissolve m "Think we're all done." scene c3s12_14 with dissolve f "Ok, I guess I'll just let it sit for a while." scene c3s12_15 with dissolve m "Yeah good idea." m "So how often do think we should do this?" scene c3s12_16 with dissolve f "Well, I am down for as often as we can do it..." f "I can likely come by a couple times a week." scene c3s12_17 with dissolve m "Hm, ok..." m "I'm sure David won't have an issue with that." scene c3s12_18 with dissolve f "Hah, I'm sure he won't." f "Love you [francine_rel_to_mary]." scene c3s12_19 with dissolve m "Love you too Franny." KN_MOD "label c3s12end:" scene black with dissolve KN_MOD "jump c4s0" #chapter 4 start KN_MOD "label c4s0:" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s2_7music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}Chapter 4{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade #scene 0 scene c4s0_1 with dissolve m "Hey Clint." c "Hey Mary, how are you?" scene c4s0_2 with dissolve m "I'm doing great..." m "...just pre-cooking a couple meals for David for when I am gone." c "Oh great." c "That's kinda why I came over." c "I wanted to wish you a good trip and..." c "...ask you to give June a hug and kiss from me when you see her." scene c4s0_3 with dissolve m "Oh well yes of course honey." m "I promise I'll do that." scene c4s0_4 with dissolve c "Ok great." c "It sucks I can't go up to see her, but I am super busy on the farm." scene c4s0_5 with dissolve m "Yeah, it does, but you'll get to see her in a few weeks when she comes home for a bit..." m "...you will just need to make sure to make the best of the time you have with her." scene c4s0_6 with dissolve c "Yeah, you're right..." m "And how about this Clint..." m "...when I see her, I will make sure to give her a bit of..." m "...'encouragement' about what we discussed." c "Oh wow..." c "...you would do that?" scene c4s0_7 with dissolve m "Of course Clint...I want to see you both happy..." m "...and I don't want June missing out." scene c4s0_8 with dissolve c "Missing out?" scene c4s0_9 with dissolve m "Yes...I personally know she's missing out on something...pretty big..." m "If she doesn't step up and put it to good use..." m "...someone else is going too..." scene c4s0_10 with dissolve c "Wow Mary..." c "...you're incredible...thanks." m "No problem Clint." scene c4s0_11 with dissolve c "Well, I need to be getting back...have a great time." m "Thanks Clint..." scene c4s0_12 with dissolve m "Bye honey." d "Bye Mary." scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}Chapter 4{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade #swcene 1 scene c4s1_1 with dissolve p "Can you show me which documents needed reviewing still?" scene c4s1_2 with dissolve ar "Yes, of course." scene c4s1_3 with dissolve ar "These here are the ones you had asked for." ar "I completed them and they just need your review." p "Ok great..." p "...and where are the forms from the counseling office?" scene c4s1_4 with dissolve ar "Those are right here." p "Excellent..." scene c4s1_5 with dissolve p "You're doing a fine job Ms Anderson." ar "Thank you professor." scene c4s1_6 with dissolve ar "It's my pleasure." p "No Ms. Anderson...it's my pleasure." scene c4s1_7 with dissolve p "Things have been hectic at work and rough at home...." p "...and you're the glue holding it all together...." scene c4s1_8 with dissolve ar "Oh wow...thank you sir." scene c4s1_9 with dissolve p "My wife and I aren't connecting lately and things have been strained..." ar "Oh..." scene c4s1_10 with dissolve p "Speaking of which, I bought her a few dresses and I am not sure which one would be best to give her..." scene c4s1_11 with dissolve p "She's a little taller than you but I was hoping maybe you could try them on so I can see how they might look..." p "...then I can make my decision..." scene c4s1_12 with dissolve ar "Uhm..." ar "...yes sir...I could do that." scene c4s1_13 with dissolve p "Ok great..." p "I'll just step outside." p "You can use my office to change." ar "Uhm...ok..." scene black with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c4s1_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c4s1end" KN_MOD "label c4s1_cont:" show text "{size=+33}{color=0096FF}Moments later...{/color}{/size}" at truecenter #comes back in scene c4s1_14 with dissolve p "Hmmm...that one looks pretty good..." p "Can you turn around for me?" scene c4s1_15 with dissolve ar "I like the material..." p "Can you walk around it a bit in it?" scene c4s1_16 with dissolve ar "Uhm, yeah....sure." scene c4s1_17 with dissolve p "Is it easy to move around in?" ar "Yeah I think so." scene c4s1_18 with dissolve p "That's good..." scene c4s1_19 with dissolve p "Well, before you put on another let me take a photo so I have something to compare the other dresses too..." ar "Ok..." scene c4s1_20 with dissolve pause scene c4s1_21 with dissolve p "Here, give me a couple poses." scene c4s1_22 with dissolve p "Good..." scene c4s1_24 with dissolve pause scene c4s1_25 with dissolve p "How about one sitting up on my desk..." scene c4s1_26 with dissolve ar "Oh...ok." scene c4s1_27 with dissolve p "Perfect..." scene c4s1_28 with dissolve p "Okay, great..." p "I'll step out again so you can try the next one on." ar "Ok." scene black with dissolve # come back in show text "{size=+33}{color=0096FF}Moments later...{/color}{/size}" at truecenter pause scene c4s1_29 with dissolve p "Wow!" p "You look great..." scene c4s1_30 with dissolve p "That dress was made for you..." ar "Oh my..." ar "...well, thank you." scene c4s1_31 with dissolve ar "It is a beautfiul dress." scene c4s1_32 with dissolve p "Turn around for me..." scene c4s1_33 with dissolve p "The fabric looks great...." scene c4s1_34 with dissolve p "....and feels great..." scene c4s1_35 with dissolve p "Let me get a few pictures of you in this one..." ar "Ok..." scene c4s1_36 with dissolve pause scene c4s1_37 with dissolve p "Excellent..." scene c4s1_38 with dissolve p "Let's do another up on the desk..." ar "Ok." scene c4s1_39 with dissolve p "Very good..." p "How about one more, but a little different..." p "...stay on the desk, but give me a 'sexy' pose..." ar "A sexy pose?..." ar "I dont know..." p "Come on...it will help me with my decision..." ar "Ok...but I don't really know what to do..." p "How about leaning back and arching your back..." scene c4s1_40 with dissolve ar "Like this?" p "Yes...that's perfect Ariel..." ar "Alright..." scene c4s1_41 with dissolve p "Ok, so theres just one more..." p "I'll step out..." ar "Okay." scene c4s1_42 with dissolve p "Hmmmm..." p "I really like this one too..." scene c4s1_43 with dissolve ar "Its a bit revealing...." scene c4s1_44 with dissolve p "Yeah...I don't think that's a bad thing..." scene c4s1_45 with dissolve p "Beautiful fabric..." scene c4s1_46 with dissolve p "Absolutely..." scene c4s1_47 with dissolve p "..beautiful..." scene c4s1_48 with dissolve pause scene c4s1_49 with dissolve pause scene c4s1_50 with dissolve pause scene c4s1_51 with dissolve pause ar "Professor..." scene c4s1_52 with dissolve p "Beautiful..." p "Let me get a few photos...and then were done." ar "Ok..." scene c4s1_53 with dissolve pause scene c4s1_54 with dissolve pause scene c4s1_55 with dissolve pause scene c4s1_56 with dissolve p "I definetly need a sexy pose in this dress." scene c4s1_57 with dissolve ar "How about this?" p "That's great Ariel..." scene c4s1_58 with dissolve ar "Well...I better get changed out of this." p "Great...thanks for the help Ariel." p "I will review the photos and choose between the first and the last one..." p "...but I want you to have the second dress..." scene c4s1_59 with dissolve ar "Oh no, I couldnt..." p "I don't want to hear any arguments about it..." p "That dress looked too good on you...and as a token of my appreciation, you must have it." scene c4s1_60 with dissolve ar "Well...ok professor..." ar "Thank you....I don't even know when I would get a chance to wear it." p "I'm sure we will find something..." scene c4s1_61 with dissolve p "Alright, I'll let you get changed..." p "I think we're all done for today." ar "Ok professor....thanks..." scene black with dissolve KN_MOD "label c4s1end:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s10music.mp3" fadein 3.0 window hide dissolve $ renpy.pause(3.0, hard='True') hide text with fade #new scene scene c4s2_1 with dissolve j "You too, have a great night." scene c4s2_2 with dissolve pause scene c4s2_3 with dissolve k "You've been doing a great job June." j "Thanks Kent..." k "No problem..." scene c4s2_4 with dissolve k "Well I got to get to my tutoring session..." k "Have a good night." scene c4s2_5 with dissolve j "Ok, see ya later." scene black with dissolve show text "{size=+33}{color=0096FF}A little while later...{/color}{/size}" at truecenter pause scene c4s2_6 with dissolve pause scene c4s2_7 with dissolve pause scene c4s2_8 with dissolve j "**to herself** Hmmm, guess its about time to close up." scene c4s2_9 with dissolve j "**to herself** Wait, wasnt there a couple people who havent left yet?" scene c4s2_10 with dissolve pause scene c4s2_11 with dissolve pause scene c4s2_12 with dissolve pause scene c4s2_13 with dissolve pause scene c4s2_14 with dissolve pause stop music fadeout 3.0 play music "audio/s4music.mp3" fadein 3.0 scene c4s2_15 with dissolve pause scene c4s2_16 with dissolve pause scene c4s2_17 with dissolve pause scene c4s2_18 with dissolve pause scene c4s2_19 with dissolve KN_MOD "menu:" KN_MOD "Hide and keep watching:" KN_MOD "jump lesbianc4s2_continue" KN_MOD "Leave them and go back up front:" scene black with dissolve show text "{size=+33}{color=0096FF}a few minutes later...{/color}{/size}" at truecenter pause KN_MOD "jump lesbianc4s2_leave" KN_MOD "Interrupt and make them leave:" scene c4s2_52 with dissolve j "Hey you guys!" scene c4s2_53 with dissolve j "Stop that and get outta here before I call security." pause stop music fadeout 3.0 scene black with dissolve KN_MOD "jump lesbianc4s2_interrupt" KN_MOD "label lesbianc4s2_continue:" scene c4s2_20 with dissolve pause scene c4s2_21 with dissolve pause scene c4s2_22 with dissolve pause scene c4s2_23 with dissolve pause scene c4s2_24 with dissolve pause scene c4s2_25 with dissolve pause scene c4s2_26 with dissolve pause scene c4s2_27 with dissolve pause scene c4s2_28 with dissolve pause scene c4s2_29 with dissolve pause scene c4s2_30 with dissolve pause scene c4s2_31 with dissolve pause scene c4s2_32 with dissolve pause scene c4s2_33 with dissolve pause scene c4s2_34 with dissolve pause scene c4s2_35 with dissolve pause scene c4s2_36 with dissolve pause scene c4s2_37 with dissolve pause scene c4s2_38 with dissolve pause scene c4s2_39 with dissolve pause scene c4s2_40 with dissolve pause scene c4s2_41 with dissolve pause scene c4s2_42 with dissolve pause scene c4s2_43 with dissolve pause scene c4s2_44 with dissolve pause scene c4s2_45 with dissolve pause scene c4s2_46 with dissolve pause scene c4s2_47 with dissolve pause scene c4s2_48 with dissolve pause KN_MOD "label lesbianc4s2_leave:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_1music.mp3" fadein 3.0 scene c4s2_49 with dissolve pause scene c4s2_50 with dissolve "Night." scene c4s2_51 with dissolve j "Good night" KN_MOD "label lesbianc4s2_interrupt:" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve $ renpy.pause(3.0, hard='True') hide text with fade scene c4s3_1 with dissolve f "I'm so jealous you get to see Juney." m "I know, I can't wait..." m "...I miss her face." scene c4s3_2 with dissolve f "You guys have plans?" scene c4s3_3 with dissolve m "Mainly she said we'll hang with her friends and she'll show me around." m "Her roommate is going to be gone so it'll be great that I can just stay with her." scene c4s3_4 with dissolve f "Wow, that works out perfectly." m "Yeap..." m "...but don't worry, she has a visit planned in a couple weeks.." m "....poor Clint hasn't seen her in awhile." scene c4s3_5 with dissolve f "Well that's good..." f "That's gotta be rough on em'..." f "I'd be too sexually frustrated to live apart that long." scene c4s3_6 with dissolve m "Ditto..." m "...but speaking of which...apparently, they haven't even done 'it' yet." scene c4s3_7 with dissolve f "What? that's crazy..." scene c4s3_8 with dissolve m "Well he didn't give me too many details on why they hadn't, just that she wasn't ready yet." scene c4s3_9 with dissolve f "Wait..." f "He told you this?" m "Mhmm." m "He came over and gave me a hand a few weeks back and we got to talking..." scene c4s3_10 with dissolve f "Young boy like that..." f "...talking about that kinda stuff with his girlfriends hot mom..." scene c4s3_11 with dissolve f "He was probably bursting outta his pants..." scene c4s3_12 with dissolve m "I might have noticed him squirming." f "I'll bet." "**both laugh**" show text "{size=+33}{color=0096FF}The door opens...{/color}{/size}" at truecenter pause scene c4s3_13 with dissolve #door opens d "What you ladies on about?" f "Aw, nothing...just talking about Mary going up to see Juney." scene c4s3_14 with dissolve d "Ah yes...I can't wait till she comes back home in a couple weeks." m "Definitely..." scene c4s3_15 with dissolve m "Oh, well speaking of me going to see June..." m "David, you're going to have to take care of filling the cup for Franny yourself." scene c4s3_16 with dissolve d "I think I can handle it." m "I'm sure you can..." scene c4s3_17 with dissolve m "...knowing you got my..." scene c4s3_18 with dissolve m "....sexy little [francine_rel_to_mary] waiting in here for it." scene c4s3_19 with dissolve #slaps Francine's butt f "**in a sexy tone** Ohhhh..." scene c4s3_20 with dissolve f "I'm sure he'll do just fine..." d "Yeah...I'll make it through somehow." scene c4s3_21 with dissolve m "Well, I think I want to have a little fun with the task at hand..." m "...since I won't see you for a few days." d "Oh yeah? I can think of a couple fun things." scene c4s3_22 with dissolve f "You guys are freaks..." m "**laughs** Very true..." scene c4s3_23 with dissolve m "Let's go big boy." d "Yes, mam." scene black with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c4s4_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c4s4end" KN_MOD "label c4s4_cont:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s4music.mp3" fadein 3.0 window hide dissolve $ renpy.pause(3.0, hard='True') hide text with fade scene c4s4_1 with dissolve m "You gonna miss me baby?" d "Yes I will." scene c4s4_2 with dissolve m "Oh yeah?" scene c4s4_3 with dissolve m "You gonna miss these?" scene c4s4_4 with dissolve d "Oh yes." scene c4s4_5 with dissolve m "How about this?" scene c4s4_6 with dissolve d "Yes, so much." scene c4s4_7 with dissolve m "Well...come show me how much you'll miss me." scene c4s4_8 with dissolve pause scene c4s4_9 with dissolve d "Mmm, looks good..." scene c4s4_10 with dissolve pause scene c4s4_11 with dissolve pause scene c4s4_12 with dissolve pause scene c4s4_13 with dissolve pause scene c4s4_14 with dissolve m "**Moans**" "**wet noises**" scene c4s4_15 with dissolve pause scene c4s4_16 with dissolve m "Keep doing that..." scene c4s4_17 with dissolve m "Oh god yessss..." scene c4s4_18 with dissolve m "I want that big dick." scene c4s4_19 with dissolve pause scene c4s4_20 with dissolve pause scene c4s4_21 with dissolve m "You gonna miss my pussy?" scene c4s4_22 with dissolve d "God yes." scene c4s4_23 with dissolve m "I wish I could have your cum baby..." scene c4s4_24 with dissolve pause scene c4s4_25 with dissolve d "I'm getting real close..." m "Okay." scene c4s4_26 with dissolve m "Mmm, looks so good." scene c4s4_27 with dissolve pause scene c4s4_28 with dissolve m "Mmmm..." scene c4s4_29 with dissolve d "Ahhhhh..." scene c4s4_30 with dissolve "**slurp sounds**" scene c4s4_31 with dissolve pause scene c4s4_32 with dissolve d "Ah here it comes!" m "Give it to me baby." scene c4s4_33 with dissolve m "Ah there it is..." scene c4s4_34 with dissolve m "Gonna go see if my [francine_rel_to_mary] wants this..." m "**chuckles**" KN_MOD "label c4s4end:" scene black with dissolve window hide dissolve hide text with fade #scene 5 scene c4s5_1 with dissolve f "Mmmmm..." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c4s5_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c4s5end" KN_MOD "label c4s5_cont:" scene c4s5_2 with dissolve pause scene c4s5_3 with dissolve f "Ohhhhh..." scene c4s5_4 with dissolve pause scene c4s5_5 with dissolve "**wet sound**" scene c4s5_6 with dissolve f "Ohhh.." show text "{size=+33}{color=0096FF}The door opens...{/color}{/size}" at truecenter pause scene c4s5_7 with dissolve m "Ooops, sorry Franny." scene c4s5_8 with dissolve f "Oh gosh..." m "Its ok honey, don't be embarrased." scene c4s5_9 with dissolve m "Why should'nt you have a good time as well?" f "I'm just so fucking horny lately...." f "...and this whole situation is unbelievable sexy to me." m "Honey...me too...believe me." scene c4s5_10 with dissolve f "Ok...I'm glad I'm not the only one." m "Definitely not." scene c4s5_11 with dissolve m "Now spread em." "**both giggle**" scene c4s5_12 with dissolve pause scene c4s5_13 with dissolve pause scene c4s5_14 with dissolve m "You're quite wet down here..." f "I wonder why..." scene c4s5_15 with dissolve m "Oh, a little came out..." m "...let me get it in there." f "Ok..." scene c4s5_16 with dissolve pause scene c4s5_17 with dissolve pause scene c4s5_18 with dissolve pause scene c4s5_19 with dissolve pause scene c4s5_20 with dissolve "**wet sound**" m "That feel good Franny?" scene c4s5_21 with dissolve f "Yes...and please dont stop." scene c4s5_22 with dissolve f "Oh fuck!" scene c4s5_23 with dissolve f "Mmmmm..." scene c4s5_24 with dissolve f "Keep going deep like that..." f "I'm so close..." scene c4s5_25 with dissolve m "Like this?" scene c4s5_26 with dissolve pause scene c4s5_27 with dissolve f "Yes..." scene c4s5_26 with dissolve f "Oh my god yes..." scene c4s5_27 with dissolve f "Oh my god I'm cumming Mary!" scene c4s5_28 with dissolve m "Cum for me [francine_rel_to_mary]." scene c4s5_29 with dissolve f "Ohhhhh!" m "Mmm that was hot." f "**Sighs and breathes hard**" scene c4s5_30 with dissolve f "Oh my god I cant believe we did that." m "Anything for you Franny." scene c4s5_31 with dissolve f "Aw, love you Mary." m "Love you too." KN_MOD "label c4s5end:" scene black with dissolve pause KN_MOD "jump c5start" KN_MOD "label c5start:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s5music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}Chapter 5{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade scene c5s1_1 with dissolve pause scene c5s1_2 with dissolve k "Hi mam, can I help you?" scene c5s1_3 with dissolve m "Yes, I am looking for room 169" k "Oh, you must be June's mom, right?" m "Yeap, sure am." scene c5s1_4 with dissolve k "Oh great, I'm Kent..." k "...I am the RA and I also work with June at the library." scene c5s1_5 with dissolve m "Ah, that's nice." m "I think I remember her mentioning that." scene c5s1_4 with dissolve k "Yeap, she's super great. Great to work with and a great friend." scene c5s1_6 with dissolve m "Well I'm glad to hear that, thanks for telling me." k "No problem..." scene c5s1_7 with dissolve k "Her room is just down on the right, she should be there, I saw her a bit ago." m "Great, thanks for the help Kent." scene c5s1_8 with dissolve k "No problem, it was great to get to meet you." scene c5s1_9 with dissolve m "Likewise...bye honey." scene c5s1_10 with dissolve pause scene c5s1_11 with dissolve pause scene black with dissolve stop music fadeout 3.0 $ renpy.pause(1.0, hard='True') play music "audio/c2_1music.mp3" fadein 3.0 $ renpy.pause(1.0, hard='True') j "Mom!" scene c5s2_1 with dissolve m "Juney! Hey baby." scene c5s2_2 with dissolve pause scene c5s2_3 with dissolve j "How was the drive?" scene c5s2_4 with dissolve m "Oh not too bad at all." m "Felt good to get away from the farm for a while." m "Can't remember the last time I had a real vacation." scene c5s2_4 with dissolve j "Well I am glad you get to spend it with me." j "I could use the break from school myself." m "I'm sure you could." scene c5s2_5 with dissolve j "So what you looking to do while you're in town?" j "I am fairly free so it's up to you." scene c5s2_6 with dissolve m "I just want to spend time with you baby." m "So whatever got in mind is fine with me..." m "I haven't been to the beach in forever and I brought a new suit." scene c5s2_6_1 j "Oh yeah, we can do that." j "I honestly haven't been once seen i've been here." j "I'm sure my friends would want to come too." m "Yeah, that would be great." m "I'd love to meet them." scene c5s2_7 with dissolve j "Ok great." j "I was thinking of having them over tonight for like a game night..." j "Is that ok?" m "Yeah, that sounds like fun." j "Ok cool...and I will ask them then about the beach." scene c5s2_8 with dissolve m "Great!" m "I am so excited to see you." j "Me too." m "I was just talking with your [june_adr_francine_as] about coming to see you..." m "...and she was super jealous." scene c5s2_9 with dissolve j "Aw, I miss [june_adr_francine_as] Franny." j "I hope I can see her when I come to stay." scene c5s2_10 with dissolve m "Oh I am sure you'll see her when you come.." m "She's at the house a lot..." m "So I almost guarantee you'll see her." scene c5s2_11 with dissolve j "Why do you say it like that?" j "Why is she at the house a lot recently?" scene c5s2_12 with dissolve m "Um...nothing we need to go into right now." m "She's just going through some things and your [june_adr_david_as] and I have been giving her a hand." scene c5s2_13 with dissolve j "Oh...ok." show text "{size=+33}{color=0096FF}The door opens...{/color}{/size}" at truecenter #knock on door pause scene c5s2_14 with dissolve j "Come in!" scene c5s2_15 with dissolve j "Hey guys!" scene c5s2_16 with dissolve j "Mom, these are my friends Becca and Ariel." scene c5s2_17 with dissolve m "Well aren't you two the cutest." scene c5s2_18 with dissolve ar "Hi Mrs. Williams." scene c5s2_19 with dissolve b "Hi, its nice to meet you." b "June's told us a lot about you." scene c5s2_20 with dissolve m "Oh really?" m "Nice things I hope." scene c5s2_21 with dissolve b "Absolutely." m "Juney told me how close you all have gotten." b "Yes, we became the quickest of friends." scene c5s2_22 with dissolve m "Well that's great." scene c5s2_23 with dissolve j "Well, I was thinking we go around town a bit..." j "Theres a cute little coffee shop and some nice stores on Main St." m "That sounds great...you girls coming too?" scene c5s2_24 with dissolve b "Yeah!" ar "Yes, I can but I will have to leave a bit early to do some work for Professor Harrison." j "Okay, great...." j "Then let's go." scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(1.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 show text "{size=+33}{color=0096FF}later that day...{/color}{/size}" at truecenter pause scene c5s2_25 with dissolve m "Thank you girls, I needed a relaxing shopping day." j "No problem, I needed some underwear and lounging around clothes." scene c5s2_26 with dissolve b "Yeah, my sister steals mine and then they go missing, so I needed some too." m "I didn't see...what did you get?" scene c5s2_27 with dissolve j "I got a couple of those boy shorts and some normal panties." b "Yeah, pretty much the same." scene c5s2_28 with dissolve m "Well, let's see em!" m "Model them for us." scene c5s2_29 with dissolve j "**laughs**" j "Aright, sure, I'll do it." b "**giggles**" b "Alright, sure." scene c5s2_30 with dissolve m "Woooooo!" scene c5s2_31 with dissolve m "I gotta get a good seat for this!" "**(all laugh)**" scene c5s2_32 with dissolve pause scene c5s2_33 with dissolve pause scene c5s2_34 with dissolve b "I really like this hot pink one." scene c5s2_35 with dissolve pause scene c5s2_36 with dissolve b "What do you think?" m "Well, its hard to see with your long top." scene c5s2_37 with dissolve b "Oh I guess you're right..." scene c5s2_38 with dissolve pause scene c5s2_39 with dissolve m "Oh yeah..." m "That's a lot better." b "What do you think?" scene c5s2_40 with dissolve m "Oh Becca, I really like it." scene c5s2_41 with dissolve j "I love that color..." j "...looks great on you." b "Thank you." b "That one fits your curves great." scene c5s2_42 with dissolve m "Her tooshie looks good in everything." j "Mom...." b "I am so jealous of your butt June." j "Don't be, it's impossible to find pants that fit." scene c5s2_43 with dissolve m "I think the pros outway the cons dear." b "Yeah, agreed." scene c5s2_44 with dissolve j "**(chuckles)**" j "Alright..." scene c5s2_45 with dissolve m "Let's see the next one's girls." b "Okay." scene black with dissolve pause scene c5s2_46 with dissolve m "Oh, those are both very nice." scene c5s2_47 with dissolve m "Very, very nice." scene c5s2_48 with dissolve b "They are super soft." b "I like them." j "Mine too." m "Give me a turn Becca, let's see the back." scene c5s2_49 with dissolve m "Wow!" m "Sexy." b "Really?" m "Very much so." m "June let's see that booty." scene c5s2_50 with dissolve m "Woohoo!" j "God [june_adr_mary_as] you're such a perv." scene c5s2_51 with dissolve b "If she's a perv, so am I." "**(all laugh)**" j "Ok one last one." b "Yeah me too." scene black with dissolve pause scene c5s2_52 with dissolve m "What are you being shy about Becca?" b "Oh, this is a bit more revealing then I thought it was going to be." scene c5s2_53 with dissolve m "Oh nonsense dear." m "Let us have a look." b "Ok..." scene c5s2_54 with dissolve j "Wow!" m "Wows, right." m "Those are sexy." m "Give us a twirl." scene c5s2_55 with dissolve m "...Becca...you're cute little butt looks great in that one." b "It does?" b "I know I don't have a big butt, but this one does make it look a bit bigger." m "It might not be big, but its nice and tight and believe me, boys AND girls like that." scene c5s2_56 with dissolve b "Girls too huh?" scene c5s2_57 with dissolve m "Hell yes....I'm a girl and I like it." scene c5s2_58 with dissolve j "Me too Becca." b "Well...that's good." scene c5s2_59 with dissolve m "Can I have a squeeze?" j "Mom!" b "Yes, of course." j "Oh my gosh." scene c5s2_60 with dissolve m "Come on Juney, don't be so prude." scene c5s2_61 with dissolve #grabs her butt pause scene c5s2_62 with dissolve pause scene c5s2_63 with dissolve pause scene c5s2_64 with dissolve m "Oh yeah..." m "...that's a tight one." scene c5s2_65 with dissolve b "**(giggles)**" m "Have a squeeze June." scene c5s2_66 with dissolve j "Mom..." m "Come on...." scene c5s2_67 with dissolve b "I don't mind June, I want you too." j "Ok..." #squeezes butt #both squeeze butt scene c5s2_68 with dissolve b "MMMmmm...." scene c5s2_69 with dissolve m "What you think June?" j "Yeah...that's pretty nice." scene c5s2_70 with dissolve pause scene c5s2_71 with dissolve pause scene c5s2_70 with dissolve "**(smack)**" scene c5s2_72 with dissolve m "Ugh!...you guys make me feel so young!" m "I don't feel like an old lady when I am around you too." b "Old lady? I hope I look half as good as you when I get older." j "Yeah mom, you are still a hotty." m "Well thanks girls...that's sweet." scene c5s2_73 with dissolve j "Hey, do you guys wanna play Twister? I found it the other day and haven't played it in ages." b "Yes, of course!" m "I'm not as flexible as I used to be, but let's do it." j "Great!" scene black with dissolve pause show text "{size=+33}{color=0096FF}Moments later...{/color}{/size}" at truecenter pause scene c5s2_74 with dissolve pause scene c5s2_75 with dissolve pause scene c5s2_76 with dissolve pause scene c5s2_77 with dissolve pause scene c5s2_78 with dissolve pause scene c5s2_79 with dissolve pause scene c5s2_80 with dissolve pause scene c5s2_81 with dissolve pause scene c5s2_82 with dissolve pause scene c5s2_83 with dissolve pause scene c5s2_84 with dissolve pause scene c5s2_85 with dissolve pause scene c5s2_86 with dissolve pause scene c5s2_87 with dissolve pause scene c5s2_88 with dissolve pause scene c5s2_89 with dissolve m "You guys are making me hot..." scene c5s2_90 with dissolve j "Mom!" m "What honey?" m "I'm horny, away from your [june_adr_david_as], and theres so much sexual tension between you two its ridiculous." j "but..." m "But nothing..." m "I want to see you kiss...I can tell you both want too." scene c5s2_93 with dissolve j "This is a bit weird..." m "Juney...stop overthinking it..." b "Yea and kiss me." scene c5s2_94 with dissolve pause scene c5s2_95 with dissolve pause scene c5s2_96 with dissolve pause scene c5s2_97 with dissolve pause scene c5s2_100 with dissolve m "Ohhhh.." m "Very nice girls..." m "**(moans)**" scene c5s2_99 with dissolve j "Mom!..." b "Oh wow, that's hot...." b "I've never seen another girl do that..." scene c5s2_100 with dissolve m "Why don't you join me?" scene c5s2_101 with dissolve j "Oh my gosh mom..." b "I've never really done it myself..." b "I mean I tried..." scene c5s2_102 with dissolve m "Well I can show you." m "What about you Juney?" scene c5s2_103 with dissolve j "I haven't done it either...but..." scene c5s2_104 with dissolve m "Well, who better to teach you?" m "Take off those panties girls..." #they take them off " scene c5s2_105 with dissolve m "Very good..." scene c5s2_106 with dissolve m "Now spread your legs like I am." scene c5s2_107 with dissolve m "There's a couple things to pay attention too." m "There's your pussy itself, which a bit of fingering can feel amazing..." m "...then there's the clit, which when you stimulate, will likely get you to cum the quickest." scene c5s2_108 with dissolve b "How exactly do you stimulate it?" scene c5s2_109 with dissolve m "Here' I'll show you." scene c5s2_110 with dissolve m "Right here." b "Oh ok." m "I do it side to side...." m "...but sometimes circles work..." m "...you'll figure out what works best for you as you do it more." scene c5s2_111 with dissolve b "**moans softly**" m "There you go...nice huh?" b "Yeah...." scene c5s2_112 with dissolve m "How about you June?" j "Not sure if I am doing it right..." m "Ok...well where you got your finger..." m "Rub that side to side..." scene c5s2_113 with dissolve j "Like this?" m "Yes like that..." m "Got it?" j "Oh....yeah...it's good." scene c5s2_114 with dissolve m "Well the next step can really get you off..." m "It's doing both at the same time..." m "Both stimulating the clit and fingering your pussy." m "Here, Becca, come here." b "Ok.." scene c5s2_115 with dissolve m "I want you to put one finger in her..." m "...and June, I want you to continue doing that with your clit." j "Ok..." b "Alright." scene c5s2_116 with dissolve m "Okay good..." m "...now Becca, go a bit deeper and twist your finger as you do it..." b "Like this?" m "Yes like that..." scene c5s2_117 with dissolve pause scene c5s2_118 with dissolve pause scene c5s2_119 with dissolve m "Juney, how does it feel?" scene c5s2_120 with dissolve j "Ummm...." j "**moans**" j "Pretty good...." scene c5s2_121 with dissolve m "I think more than pretty good..." m "Becca keep going deeper and keep that pace..." b "Ok.." scene c5s2_122 with dissolve #mary start to finger Becca b "**moans**" m "Now Becca...try to match what I do ok?" scene c5s2_123 with dissolve b "Okay..." scene c5s2_124 with dissolve pause scene c5s2_123 with dissolve pause scene c5s2_124 with dissolve #starts fingering here b "**moans softly." scene c5s2_125 with dissolve j "**moans**" scene c5s2_126 with dissolve pause scene c5s2_127 with dissolve "**both moan**" scene c5s2_128 with dissolve m "There you go girls..." m "Let it go..." scene c5s2_129 with dissolve "**both moan in climax**" scene c5s2_130 with dissolve b "Oh wow..." j "Yeah..." scene c5s2_131 with dissolve m "Girls...you did great..." b "That was...amazing." j "Yeah it was." j "I can't believe we did this with you mom." j "It's kind of messed up." scene c5s2_132 with dissolve m "Oh honey, hush." m "If anything I should have shown you sooner." m "You need to understand your body." b "I wish my [june_adr_mary_as] was as cool as you..." b "Thank you so much for teaching me." m "No problem dear." scene c5s2_133 with dissolve m "How about this..." m "Next time...if you want..." m "I can show you something even more fun..." b "Oh I am definitely in." scene c5s2_134 with dissolve b "How about you June?" j "Yeah...I think I am in too." scene c5s2_135 with dissolve m "Well ok then..." m "...I can't wait." pause scene black with dissolve stop music fadeout 3.0 $ renpy.pause(3.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 #scene 3 scene c5s3_1 with dissolve ar "I'll be doing work for the professor again tonight." ar "Why do you ask?" j "Oh, because Becca was going to come sleepover tonight..." j "...and didn't want to leave you out." scene c5s3_2 with dissolve ar "Ah ok." ar "Yeah, I will likely crash early tonight when done." scene c5s3_3 with dissolve j "Okay, no problem." b "So, are you going to finally admit you are in love with the professor?" scene c5s3_4 with dissolve ar "I'm not in love with him..." ar "but..." b "But what?" scene c5s3_5 with dissolve ar "He's just so mature...and dreamy..." scene c5s3_6 with dissolve j "Oh my Ariel!" j "He's married..." scene c5s3_7 with dissolve ar "Yeah...I know..." ar "But I don't think he's happy with her..." ar "He talks about all the problems they have..." ar "...and he always seems happier when he's at his office with me." scene c5s3_8 with dissolve b "Oh man, you got it bad huh?" j "Yeah be careful Ariel..." j "You're his student...and it's unlikey he's going to leave his wife..." scene c5s3_9 with dissolve ar "I know guys..." ar "I am realistic about it." ar "There's just something about him..." scene c5s3_10 with dissolve b "My sweet, sweet little sis..." pause scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_5music.mp3" fadein 3.0 hide text with fade #scene 4 scene c5s4_1 with dissolve f "Hey big guy." d "Hey Franny, how you doing?" f "Doing great." scene c5s4_2 with dissolve f "How you doing with Mary being away?" d "Oh, I'm surviving." f "Well that's good." scene c5s4_3 with dissolve f "When's she back again?" d "Uhhh, 3 days I think." f "Ah, good. Glad she gets a few days with Juney." d "Yeah, I'm sure they'll have a great time." scene c5s4_4 with dissolve f "Well..." f "...you ready to get down to business?" scene c5s4_5 with dissolve d "Franny, there's never a time when I am not down for this type of business." f "Oh, is that right?" d "Hell yes." scene c5s4_6 with dissolve f "I guess you really are the 'stud' on this farm huh?" d "Dang right." scene c5s4_7 with dissolve f "Well alright Mr Stud..." scene c5s4_8 with dissolve f "...I'll be in your bedroom, waiting patiently..." f "...for your....cum..." scene c5s4_9 with dissolve d "Yes, mam." pause scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 show text "{size=+33}{color=0096FF}Minutes later...{/color}{/size}" at truecenter pause show text "{size=+33}{color=0096FF}Knocking on door{/color}{/size}" at truecenter pause f "Come in." scene c5s5_1 with dissolve d "Special delivery." f "Oh, just what I ordered." f "**giggles**" scene c5s5_2 with dissolve d "I'll leave it here for you." scene c5s5_3 with dissolve f "Uhm...Mary typically helps with this part..." f "It really needs to get up there and it's easier when someone else does it." scene c5s5_4 with dissolve d "Oh...ummm..." d "Mary did not say anything about doing that..." scene c5s5_5 with dissolve f "Well I'm sure its implied." f "Don't worry about it...it's not sexual or anything...." f "Its more medical than anything." scene c5s5_6 with dissolve d "Well, I wouldn't say its completely 'not sexual'..." d "It's me shooting my cum up inside you." scene c5s5_7 with dissolve f "Well, when you say it like that, yeah it's sexual." f "Just think about it like anything else you do on the farm and just get it done." scene c5s5_8 with dissolve d "Shit...ok..." d "**(sarcastically)** If I have too..." f "**(laughs)**" KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c5s5_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c5s5end" KN_MOD "label c5s5_cont:" scene c5s5_9 with dissolve d "Alright..." d "...you ready?" f "Oh yes." f "Go in a bit deeper." scene c5s5_10 with dissolve d "Better?" f "Yes...right there." scene c5s5_11 with dissolve d "There..." d "All done." scene c5s5_12 with dissolve d "How'd I do?" scene c5s5_13 with dissolve f "Top two i've ever had." f "**(chuckles)**" scene c5s5_14 with dissolve d "Was Mary that much better than me?" f "Well...she was very gentle..." f "and went above and beyond." d "How so?" scene c5s5_15 with dissolve f "Don't you mind that." f "All this wouldnt happen without your 'hard' work anyway." d "That's true..." f "Are you doing anything later tonight?" d "Nope, just hangin'." f "Well, if you're up for it...maybe you can make another 'donation'." scene c5s5_16 with dissolve d "Hell yeah!..." d "I mean...sure, no problem." scene c5s5_17 with dissolve f "You sound excited..." f "I'd be lying if I didnt admit I am excited for it as well." f "I'll see you in a few hours..." d "Can't wait." KN_MOD "label c5s5end:" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s14music.mp3" fadein 3.0 show text "{size=+33}{color=0096FF}Back at the school...{/color}{/size}" at truecenter pause scene c5s6_1 with dissolve pause scene c5s6_2 with dissolve pause scene c5s6_3 with dissolve pause scene c5s6_4 with dissolve pause scene c5s6_5 with dissolve pause show text "{size=+33}{color=0096FF}Door opens{/color}{/size}" at truecenter pause scene c5s6_6 with dissolve pause scene c5s6_7 with dissolve ar "Oh, professor I am sorry." scene c5s6_8 with dissolve p "No no, Ms Anderson come back." ar "I'm sorry I didn't mean to barge in." scene c5s6_9 with dissolve p "No it's alright Ms Anderson." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c5s6_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c5s6end" KN_MOD "label c5s6_cont:" ar "Why are you doing that in your office Professor?" scene c5s6_10 with dissolve p "Well...let me explain." p "As you know I am not only a teacher of writing but I am also an actual writer as well.." p "..and I am working on my new book." p "Part of writing is getting your mind clear of other things and focusing on the writing itself." scene c5s6_11 with dissolve ar "Ok..." p "A common technique is to relieve yourself of sexual tension to free your mind of that." p "Typically I can do that via sexual intercourse..." p "...but as of late things have been a bit...complicated." p "So I was...taking care of the situation myself." scene c5s6_12 with dissolve ar "Oh..." ar "I think I understand..." ar "I am sorry for interrupting." scene c5s6_13 with dissolve p "No Ms Anderson...stay." scene c5s6_14 with dissolve p "I have to confess..." p "I was using the photos we took of you in the dresses as 'inspiration'." p "...and the truth is...I have used them a few times already...." scene c5s6_15 with dissolve ar "Oh..." ar "...wow..." scene c5s6_16 with dissolve p "..and I was hoping you would be able to help me out a bit more..." p "...by providing me a bit more 'inspiration'." scene c5s6_17 with dissolve ar "Um, professor....is that...I mean..." ar "....isn't that wrong or unethical?" p "No no, it's ok." ar "....but...you're married...and my professor..." scene c5s6_18 with dissolve p "Well Ms Anderson, it's for the craft...it's for the writing." p "My wife will understand..." p "...and yes I am your professor, but we're both adults." ar "Um, I don't know." scene c5s6_19 with dissolve p "You seemed to have fun and enjoy taking the photos the last time..." p "Am I wrong in that?" scene c5s6_20 with dissolve ar "Um....no." p "You liked dressing up and looking sexy?" ar "Yes..." scene c5s6_21 with dissolve p "Well then there you go..." p "You would be helping me tremendously." scene c5s6_22 with dissolve ar "Ok...but I really don't know what you want me to do." scene c5s6_23 with dissolve p "I''ll walk you through it, alright?" ar "Ok..." p "Ok great...." p "Why don't you come around over here in front of me..." scene c5s6_24 with dissolve p "...turn around and put your hands on the desk." scene c5s6_25 with dissolve ar "Ok...." ar "Like this?" scene c5s6_26 with dissolve p "Yes...exactly." p "Now, take off your skirt..." ar "Ok..." scene c5s6_27 with dissolve pause scene c5s6_28 with dissolve p "Excellent..." scene c5s6_29 with dissolve ar "Professor, why is your thing out?" p "Don't worry about that...I said I need to relieve some tension." scene c5s6_30 with dissolve ar "But I thought you were just going to take pictures." p "Well I am, but I got the real thing in front of me now..." scene c5s6_31 with dissolve p "...and you look soooo sexy..." p "I might as well take care of it now as well, right?" ar "I don't know...." p "Just turn back around for me and put your hands on the desk" scene c5s6_32 with dissolve ar "Alright..." p "Now stick out your butt and look back at the camera." scene c5s6_33 with dissolve p "Very nice." scene c5s6_34 with dissolve pause p "Now reach back with one hand and grab your butt." scene c5s6_35 with dissolve ar "Like this?" p "Yes, very good." p "Now...take off your sandals..." p "...put one foot on that chair..." p "and grab your ass with both hands..." ar "Um...ok..." scene c5s6_36 with dissolve p "Very good Ariel.." scene c5s6_37 with dissolve pause p "Ok, now I want you to sit down on the floor." ar "Ok." scene c5s6_38 with dissolve p "Have you ever seen a penis before Ariel?" scene c5s6_39 with dissolve ar "Um....no..." ar "Not in person." scene c5s6_40 with dissolve p "Well, what do you think?" ar "Um...it's very big..." p "Yeah?" ar "Yeah..." p "Do you like it?" scene c5s6_39 with dissolve ar "Yes..." p "Do you want to see it cum?" ar "Yeah..." p "Ok...turn around and let me see that tight little ass..." scene c5s6_41 with dissolve p "Mmmm...it looks so good...." scene c5s6_42 with dissolve pause p "Lay down on your back..." scene c5s6_43 with dissolve p "MMmm..." scene c5s6_44 with dissolve p "**(grunts)**" p "Oh yeah..." p "I'm gonna cum..." p "You wanted to watch right?" scene c5s6_45 with dissolve ar "Yes..." p "Ok..." p "Here it comes..." scene c5s6_46 with dissolve pause p "**(grunts)**" scene c5s6_47 with dissolve pause scene c5s6_48 with dissolve pause scene c5s6_49 with dissolve p "Ahhh.." pause scene c5s6_50 with dissolve pause scene c5s6_51 with dissolve pause scene c5s6_52 with dissolve pause scene c5s6_53 with dissolve p "So...what did you think?" ar "Um...it was...interesting..." p "Good interesting?" ar "I think so, yeah..." scene c5s6_54 with dissolve p "I appreciate your help Ariel." ar "You're welcome Proffesor." scene c5s6_55 with dissolve p "My mind feels clear and I am think I am ready to do some work." scene c5s6_56 with dissolve ar "Ok great..." ar "I will see you in class tomorrow." p "Bye Ariel." KN_MOD "label c5s6end:" pause KN_MOD "jump c6start" KN_MOD "label c6start:" scene black with dissolve pause #chapter 6 start stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}Chapter 6{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade scene black with dissolve pause scene c6s1_1 with dissolve d "Hey Franny." f "Hey again big guy." f "Miss me?" d "Of course." scene c6s1_2 with dissolve f "Well good..." f "Soooo....I had a thought." scene c6s1_3 with dissolve d "A thought?" scene c6s1_4 with dissolve f "Yeah.." d "Well, let's have a seat and talk about it." f "Great." scene black with dissolve pause scene c6s1_5 with dissolve f "So I was reading more about this whole process." f "Mainly, what people who have had success were saying that helped them." d "Alright." f "Well...a lot of them were saying that reducing the amount of time between ejaculation and insemination is important." scene c6s1_6 with dissolve f "...and, since we've have been having you masterbate in the other room..." f "...into a cup..." f "..then bring it in...then put it in me...it seems that's where we could speed it up." scene c6s1_7 with dissolve d "Hm...alright, how?" scene c6s1_8 with dissolve f "Well, short of actual penetration, you could just do your business in the same room..." f "...and then we get it in straight away." scene c6s1_9 with dissolve d "Oh...like with you in the same room?" scene c6s1_10 with dissolve f "Yes, duh." d "Um..." d "I don't know..." f "Well listen, there's another reason." scene c6s1_11 with dissolve f "The stuff I was reading was saying, that the woman being in a state of arousal can also help it be successful." f "So, you doing that and me doing myself, will give this the best shot." f "...and to be honest, I would be lying if I didn't tell you that when you guys are doing that in the other room, I sometimes...masterbate..." scene c6s1_12 with dissolve d "Oh shit....really?" scene c6s1_13 with dissolve f "Oh yes..." f "...Mary has seen it." d "Woah, she did?" scene c6s1_14 with dissolve f "Mmmhmm, yeap..." f "...she even...helped a little." scene c6s1_15 with dissolve d "Holy crap." scene c6s1_16 with dissolve f "Yeap...so as you can see...this all makes perfect sense." d "Well yeah..." d "But..." scene c6s1_17 with dissolve f "Are you telling me..." scene c6s1_18 with dissolve f "...you don't want to see your wife's [francine_rel_to_mary]..." scene c6s1_19 with dissolve f "play with her pussy..." scene c6s1_20 with dissolve f "...while watching you stroke you're...big...dick." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c6s1_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c6s1end" KN_MOD "label c6s1_cont:" scene c6s1_21 with dissolve d "Fuck yeah I do." f "I thought so..." scene c6s1_22 with dissolve f "Stand up...I wanna see that big thing." scene c6s1_23 with dissolve d "You mean this?" #pulls it out f "Mmmm yeah....that's what I'm talking about." scene c6s1_24 with dissolve d "You like it?" f "Oh yeah..." f "I think i'll get a bit more comfortable myself..." scene c6s1_25 with dissolve pause scene c6s1_26 with dissolve pause scene c6s1_27 with dissolve d "Mmmm..." scene c6s1_28 with dissolve f "What do you think?" scene c6s1_29 with dissolve d "I have no words..." scene c6s1_30 with dissolve f "You stick that big dick in my [francine_rel_to_mary]'s pussy?" d "Oh yeah." scene c6s1_31 with dissolve f "Mmmm...that must really stretch her out." scene c6s1_32 with dissolve f "Think my pussy could take it?" d "Maybe not at first..." scene c6s1_33 with dissolve f "Mmmmm....yeah?" d "Uh huh." scene c6s1_34 with dissolve f "Your wifes fingers...were in this tight pussy the other day..." d "Oh god." scene c6s1_35 with dissolve f "She fucked my pussy with her fingers and pushed your cum deep inside..." f "over...and over again..." d "Oh fuck yeah...." scene c6s1_36 with dissolve f "She kept going in and out...in...and out like this..." scene c6s1_37 with dissolve f "Until I came all over her fingers...." d "Oh fuck I'm gonna cum." scene c6s1_38 with dissolve f "Come over here...cum right on my pussy." scene c6s1_39 with dissolve d "**(grunts and moans)**" f "Yeah cum on me David." f "I need it." scene c6s1_40 with dissolve d "**(grunts)**" d "Ahhhhh" scene c6s1_41 with dissolve f "Oh yes....fuck..." scene c6s1_42 with dissolve f "That's a lot of cum." scene c6s1_42 with dissolve pause scene c6s1_43 with dissolve pause scene c6s1_44 with dissolve pause scene c6s1_45 with dissolve f "You wanna push you're cum in?" d "Absolutely." scene c6s1_46 with dissolve f "Oh god that feels good..." d "Mmm...sure does." scene c6s1_47 with dissolve f "Don't stop." d "I won't Franny...not till you cum on my fingers like you did with Mary." scene c6s1_48 with dissolve f "Ohhhh....fuck..." f "**(moans)**" scene c6s1_49 with dissolve f "**(moans loudly)**" scene c6s1_50 with dissolve f "Oh god, I'm cumming..." f "Ohhhh..." scene c6s1_51 with dissolve f "**(moans and orgasms)**" f "Ahh...mmmm...." scene c6s1_52 with dissolve d "Fuck....that was nice." f "Yes..." scene c6s1_53 with dissolve f "Mmm..." d "Oh..." scene c6s1_54 with dissolve f "**(sucks hard)**" scene c6s1_55 with dissolve f "**(sucks the tip softly)**" d "God that's hot." scene c6s1_56 with dissolve f "Tastes soooo good." d "Oh yeah?" f "Mmmhmm." scene c6s1_57 with dissolve d "That wasn't a bad idea was it?" f "Not at all honey....you've done nothing Mary hasn't done." d "That's true..." f "You're just being extra helpful." d "I'm glad too." f "I'm sure you are big boy." KN_MOD "label c6s1end:" scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8music.mp3" fadein 3.0 #scene 2 scene c6s2_1 with dissolve b "You're back late." b "How's Mr Dreamy?" ar "Um yeah, it was fine..." ar "Took a bit longer than I expected." scene c6s2_2 with dissolve b "You seem off..." b "Are you ok?" b "Did something happen?" ar "Uh, yeah I am fine..." b "Then what is it?" scene c6s2_3 with dissolve ar "Well..." ar "You can't say anything to anyone...but.." b "But what?" scene c6s2_4 with dissolve ar "Um...I walked in on the professor..." b "Walked in on him doing what?" ar "He was...masterbating..." scene c6s2_5 with dissolve b "What!?" scene c6s2_6 with dissolve ar "Yeah..." b "Holy crap that must have been awkward." ar "Well yeah." b "Wait so tell me what happened." scene c6s2_7 with dissolve ar "Well...I didn't tell you this before..." ar "but he had me try on a few dresses he bought for his wife..." ar "He needed help deciding which one to give her..." ar "...and I agreed to model them for him." scene c6s2_8 with dissolve b "Wow...Ariel, that's bold...especially for you." ar "I know...but, it was kinda exciting and fun..." ar "...and i thought it was harmless really..." b "Yeah, i guess that's not a huge deal." scene c6s2_9 with dissolve ar "The thing is..." ar "When I walked in on him...he was masterbating to the photos he had taken of me..." scene c6s2_10 with dissolve b "Oh. My. God." b "You gotta be kidding me...." b "That's really messed up...we might need to tell someone." scene c6s2_11 with dissolve ar "No!" ar "I don't want to do that." scene c6s2_12 with dissolve b "Ariel, that's really weird...you're his student...and he's married." ar "I know that...but I am an adult...and I chose to do it." b "I dont know..." ar "Well...I'm not done..." b "Oh god." scene c6s2_13 with dissolve ar "See, he's a writer....and writers need to be clear minded to do their writing." ar "Part of that is relieving their sexual tension...so that's why he was doing what he was doing." b "Ok..." scene c6s2_14 with dissolve ar "He's been having problems with his wife as I told you before..." ar "So...he asked if he could take a few more photos for him...." scene c6s2_15 with dissolve b "Oh no...you didn't did you?" ar "I did..." b "Ariel...." ar "It was exciting..." ar "...it feels so sexy being desired like that, by a man like him." scene c6s2_16 with dissolve b "I mean...I understand that..." b "...but I am just worried about you." scene c6s2_17 with dissolve ar "Well...it doesn't end there..." ar "While taking photos he..." ar "...well...he took that opportunity to masterbate to the real thing..." scene c6s2_18 with dissolve #new pose b "He took his penis out and masterbated right in front of you?" ar "Yeah..." b "Holy shit." ar "I know...." scene c6s2_19 with dissolve ar "It was...unbelievably hot." b "I don't know what to say Ariel..." ar "Becca, you can't tell anyone...I don't want to get him in trouble." b "I won't but you really need to be careful." ar "Of course I will." b "Ok..." b "So...what exactly happened?" scene c6s2_20 with dissolve ar "Well, first off...his penis was huge." ar "Like...big." b "**(chuckles)**" scene c6s2_21 with dissolve ar "Yeah...it was almost scary..." ar "...he told me to look sexy for him..." scene c6s2_22 with dissolve ar "...and he kept jerking his penis..." ar "...and then he came..." scene c6s2_23 with dissolve b "Man..." ar "Yeah... my heart was beating so hard..." ar "...and my panties...were so wet..." b "Oh man...you really like him huh?" ar "Oh yeah..." scene c6s2_24 with dissolve b "Well now I'm all excited too..." "**(both giggle)**" ar "Yeah it was hot." scene c6s2_25 with dissolve ar "We better get some sleep before the beach tomorrow." b "Yeah, I can't wait." ar "Me too." scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 scene c6s3_1 with dissolve m "This is what I needed." j "Definitely." scene c6s3_2 with dissolve b "Yeah I can't remember the last time I was at the beach." ar "It has to be when we went down the shore with Uma." scene c6s3_3 with dissolve b "Oh yeah, that's right..." b "It wasn't as hot as this though..." scene c6s3_4 with dissolve ar "For sure..." ar "This is on another level." scene c6s3_5 with dissolve ar "I am actually going to go grab another water." scene c6s3_6 with dissolve ar "Does anyone need anything?" j "No thanks I am still good." m "No, I am good." b "I still got some left, I'm ok." scene c6s3_7 with dissolve ar "Ok, be right back." scene c6s3_8 with dissolve j "Dang, it's hot..." j "I am going to need more sun tan lotion or I am going to burn for sure." KN_MOD "menu:" KN_MOD "Ask [june_adr_mary_as] to help with lotion:" KN_MOD "jump momlotion" KN_MOD "Ask Becca to help with lotion:" KN_MOD "jump beccalotion" KN_MOD "label momlotion:" scene c6s3l_9 with dissolve j "Hey [june_adr_mary_as] could you get my back with the suntan lotion? I can't reach." scene c6s3l_10 with dissolve m "Sure honey, come sit here." scene c6s3l_11 with dissolve pause scene c6s3l_12 with dissolve pause scene c6s3l_13 with dissolve pause scene c6s3l_14 with dissolve pause scene c6s3l_15 with dissolve pause scene c6s3l_17 with dissolve pause scene c6s3l_18 with dissolve pause scene c6s3l_19 with dissolve pause scene c6s3l_20 with dissolve pause scene c6s3l_21 with dissolve pause scene c6s3l_22 with dissolve pause scene c6s3l_23 with dissolve pause scene c6s3l_24 with dissolve pause scene c6s3l_25 with dissolve m "Stand up and I will get the rest." j "Alright." scene c6s3l_26 with dissolve pause scene c6s3l_27 with dissolve pause scene c6s3l_28 with dissolve pause scene c6s3l_29 with dissolve pause scene c6s3l_30 with dissolve pause scene c6s3l_31 with dissolve pause scene c6s3l_32 with dissolve j "Thanks mom..." m "No problem sweety." scene c6s3l_33 with dissolve KN_MOD "jump c6juneoffers" KN_MOD "label beccalotion:" scene c6s3l_34 with dissolve j "Hey Becca, would you mind getting my back? I can't reach." scene c6s3l_35 with dissolve b "For sure." j "Great, thanks." scene c6s3l_36 with dissolve pause scene c6s3l_37 with dissolve pause scene c6s3l_38 with dissolve pause scene c6s3l_39 with dissolve pause scene c6s3l_40 with dissolve pause scene c6s3l_41 with dissolve pause scene c6s3l_42 with dissolve pause scene c6s3l_43 with dissolve pause scene c6s3l_44 with dissolve pause scene c6s3l_45 with dissolve pause scene c6s3l_46 with dissolve pause scene c6s3l_47 with dissolve pause scene c6s3l_48 with dissolve j "Thank you Becca." b "No problem." KN_MOD "jump c6juneoffers" KN_MOD "label c6juneoffers:" j "Do either of you need some help with you're sun tan lotion?" m "Sure baby, that would be great." b "Yeah, me too...but get you're [june_adr_mary_as] first." j "Ok." scene c6s3l_49 with dissolve pause scene c6s3l_50 with dissolve pause scene c6s3l_51 with dissolve pause scene c6s3l_52 with dissolve pause scene c6s3l_53 with dissolve pause scene c6s3l_54 with dissolve j "Geez Mom..." j "Cover up, this isn't a nude beach." m "Oh no-one is looking, don't be so prude." m "Can't have these areas burning." scene c6s3l_56 with dissolve j "Alright..." scene c6s3l_57 with dissolve pause scene c6s3l_58 with dissolve m "Mmmmm..." scene c6s3l_59 with dissolve pause scene c6s3l_60 with dissolve pause scene c6s3l_61 with dissolve j "Mom..you're boobs are amazing..." j "They are so full." scene c6s3l_62 with dissolve m "Well thanks baby..where do you think you get your great tits from?" j "**(chuckles)**" scene c6s3l_63 with dissolve pause scene c6s3l_64 with dissolve pause scene c6s3l_65 with dissolve m "Thank you Juney." m "Just what I needed." j "You're welcome" scene c6s3l_66 with dissolve j "Alright, Becca you're next." scene c6s3l_67 with dissolve b "As long as do me like you did you're mom." "**(all laugh)**" j "Sounds good." scene c6s3l_68 with dissolve pause scene c6s3l_69 with dissolve pause scene c6s3l_70 with dissolve pause scene c6s3l_71 with dissolve pause scene c6s3l_72 with dissolve pause scene c6s3l_73 with dissolve pause scene c6s3l_74 with dissolve pause scene c6s3l_75 with dissolve pause scene c6s3l_76 with dissolve pause scene c6s3l_77 with dissolve pause scene c6s3l_78 with dissolve pause scene c6s3l_79 with dissolve pause scene c6s3l_80 with dissolve pause scene c6s3l_81 with dissolve pause scene c6s3l_82 with dissolve pause scene c6s3l_83 with dissolve pause scene c6s3l_84 with dissolve pause scene c6s3l_85 with dissolve b "Thanks June." b "That was great." j "No problem...I enjoyed it too." scene black with dissolve centered "{size=+14}{color=0096FF}{i}Meanwhile...{/i}{/color}{/size}" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_1music.mp3" fadein 3.0 scene c6s4_1 with dissolve p "Ariel!" scene c6s4_2 with dissolve ar "Oh, hi!" scene c6s4_3 with dissolve p "Funny meeting you here...how are you doing?" ar "Oh, um I'm great...." ar "I'm here with my sister and friends." scene c6s4_4 with dissolve p "Ah, very nice." p "Honey, this is Ariel..my TA I told you about." p "Ariel, this is my wife Yasmine." scene c6s4_5 with dissolve y "Well..." y "Hello Ariel..." scene c6s4_6 with dissolve ar "Hi Mrs. Branson." y "Well aren't you a cute little thing." ar "Oh well thanks." scene c6s4_7 with dissolve y "I can see why he's been working extra hard at the office these past few weeks." ar "Well...." y "Have you been taking extra special care of my husband's 'needs'?" scene c6s4_8 with dissolve ar "I try to work very hard..." scene c6s4_9 with dissolve y "Oh, just how 'hard' have you been working?" ar "Uhh-" scene c6s4_10 with dissolve p "Honey, stop it...you've had your fun." y "**(chuckles)**" scene c6s4_11 with dissolve p "I'm sorry Ariel...she's just messing with you." ar "Oh.." scene c6s4_12 with dissolve y "Yes dear I am sorry...I was just having a tease." y "Me and my darling husband here, have a special relationship..." scene c6s4_13 with dissolve y "He gets to have his fun and I get to have mine..." y "...and it works great for us both." y "Honestly, we've been in a rut lately as he might have said and I have to take the blame on that..." y "My father passed....and I had a bit of trouble at work...." scene c6s4_14 with dissolve y "...and I've been depriving my sexy husband here of his needs." ar "Oh..." y "He's definitely had a bit of a 'pep in his step' the last while...and I believe that's because of you." scene c6s4_15 with dissolve ar "Oh...I don't know." scene c6s4_16 with dissolve y "Nonsense young lady...don't sell yourself short.." p "She has been doing an exceptional job..." y "Why don't you come over to dinner tomorrow night....I'll make pasta..we'll laugh and have a great time." p "Yes, that would be great." scene c6s4_17 with dissolve ar "Um ok...I could do that." y "Great!" y "Come over at 8, my husband will get you the address." ar "Alright." scene c6s4_18 with dissolve p "Great...we won't keep you from your friends...I will see you later tonight to work on those essays." ar "Okay...thanks...bye Professor, bye Mrs. Branson." y "Bye bye now Ariel." scene black with dissolve centered "{size=+14}{color=0096FF}{i}Moments later...{/i}{/color}{/size}" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 #scene 5 scene c6s5_1 with dissolve pause scene c6s5_2 with dissolve pause scene c6s5_3 with dissolve b "Hey Ariel, what took you so long?" ar "Um...I ran into the professor..." j "Oh, Mr Dreamy huh?" "**(June and Becca giggle)**" scene c6s5_4 with dissolve ar "Yeah, he was there...with his wife." scene c6s5_5 with dissolve j "Oh man." b "Wow, how was that?" scene c6s5_6 with dissolve ar "Little awkward at the start..." ar "Then actually kinda pleasant." b "Think she knows you got a crush on him?" ar "Oh, she more than knows..." scene c6s5_7 with dissolve m "What are you talking about." ar "Well...I told this to Becca last night..." ar "I walked in on the professor...pleasuring himself in his office." j "Oh my god." m "Now this is getting good...what happened next?" scene c6s5_8 with dissolve ar "Well...a few days prior I had tried on some dresses for him..." ar "and he took a few photos of me in them..." ar "so when I walked in, he was masterbating to those photos..." scene c6s5_9 with dissolve j "Oh...my...god." m "Oh wow..." m "Let me guess...he asked you to stay." scene c6s5_10 with dissolve ar "Um...yeah...and I did." j "Ariel, holy crap girl." ar "I know...I couldn't help myself." scene c6s5_11 with dissolve m "Don't be ashamed...gotta get yours." m "Then what happened?" scene c6s5_12 with dissolve ar "Well...I posed for him...until he..." ar "...you know....came..." scene c6s5_13 with dissolve m "Oh yeahhhhhh." scene c6s5_14 with dissolve ar "So, apparently his wife knows that somethings going on..." ar "He never told me this before...but apparently they have a more open relationship." m "Man, this guy sounds like trouble....but also like a lot of fun." scene c6s5_15 with dissolve b "So what did his wife say? Was she mad?" ar "No...she actually invited me over for dinner tomorrow night..." ar "...and I accepted." j "Wow...that will be interesting." scene c6s5_16 with dissolve m "Yeah...I'd say a little more than interesting..." ar "What do you mean?" m "Well...I am only speculating here...but I think she wants to 'include' you in their sex life." b "Woah, you think?" m "MMhmmm, yeap." scene c6s5_17 with dissolve ar "Oh god...I don't think I should go..." ar "I am not ready for something like this." j "Yeah, that's pretty crazy." scene c6s5_18 with dissolve m "Ariel...you're young and pretty and in college...this is the time to do these types of things." ar "Yeah bu-" scene c6s5_19 with dissolve m "But nothing. These types of chances don't come along often." m "I would never tell anyone to do anything they aren't comfortable with..." m "...but I am getting the vibe, that you are more intrigued then you want to show." scene c6s5_20 with dissolve ar "Hmmm...well..." ar "Yeah." scene c6s5_21 with dissolve b "Well maybe we are looking too much into this anyway." b "Maybe it will just be dinner." j "Yeah, maybe." ar "Yeah...I guess we'll see." scene c6s5_22 with dissolve m "Either way, I want to hear all the details..." m "I don't get juicy stuff like this as much anymore." j "[june_adr_mary_as_cap] you're ridiculous." scene c6s5_23 with dissolve "**(all laugh)**" scene black with dissolve centered "{size=+14}{color=0096FF}{i}Later the night...{/i}{/color}{/size}" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 pause scene c6s6_1 with dissolve d "{b}*Hey beautiful, how are you doing?{/b}" m "Oh I'm doing great." m "Having an amazing time." d "{b}*That's great.{/b}" d "{b}*How's June?{/b}" scene c6s6_2 with dissolve m "She's great..." m "I'll tell you...she's blossoming into a woman before my eyes." d "{b}*Aw, I can't wait to see her.{/b}" m "Well she misses her [june_adr_david_as] for sure..." scene c6s6_3 with dissolve m "I miss her [june_adr_david_as] too." d "{b}*Oh well, her [june_adr_david_as] misses her sexy momma.{/b}" m "Does he?" d "{b}*Definitely.{/b}" scene c6s6_4 with dissolve m "You surviving there on your own just fine?" d "{b}*Yeap, doing fine.{/b}" m "Things going good with Franny?" d "{b}*Yeap...amazing.{/b}" m "Amazing huh?" d "{b}*Yeah, I mean she's great.{/b}" scene c6s6_5 with dissolve m "Hmmm...did something happen?" d "{b}*Well, sort of...{/b}" d "{b}*Tell me, did you give a helping hand or 'finger' the other day with your [francine_rel_to_mary]?{/b}" scene c6s6_6 with dissolve m "Hah, she told you huh?" d "{b}*Mhmm, sure did.{/b}" m "It just happened...it was kinda fucking hot...." m "Are you mad?" d "{b}*especially because...I did the same thing...{/b}" scene c6s6_7 with dissolve m "Oh god, really? That little minx can't control herself." m "What happened." d "{b}*I mean...she wanted help to get it in 'quicker'...{/b}" d "{b}*...because she's been reading that delayed insemination can reduce the chances.{/b}" d "{b}*So...she...{/b}" d "{b}*....well I...came on her....and...{/b}" d "{b}*...helped get it inside...{/b}" scene c6s6_8 with dissolve m "Oh wow." d "{b}*You're mad aren't you?{/b}" d "{b}*It just happened, it-{/b}" m "I'm not mad...." m "...not at all actually..." scene c6s6_9 with dissolve m "Which you would think I would be." m "But honestly baby I'm not." m "Is that weird?" d "{b}*Well, I wasn't mad in the slightest when I heard that you fingered her.{/b}" d "{b}*I actually just got the largest boner of my life.{/b}" scene c6s6_10 with dissolve "**(both laugh)**" m "We're freaks aren't we?" d "{b}*Yeah, but who cares.{/b}" m "You're right, who cares." d "{b}*Yeah.{/b}" scene black with dissolve centered "{size=+14}{color=0096FF}{i}Moments later...{/i}{/color}{/size}" scene c6s6_11 with dissolve hide text #June walks in m "Hey baby." scene c6s6_12 with dissolve j "Hey." d "{b}*That Juney? Tell her I can't wait to see her.{/b}" scene c6s6_13 with dissolve m "Your [june_adr_david_as] said he can't wait to see you." j "Aw, I can't wait either." j "I miss him." scene c6s6_14 with dissolve m "**(Softly)** Well I wanna hear the rest of the details, but not now...I'll call you on my long drive home." d "{b}*Alright, sounds good. Talk to you later babe.{/b}" m "Bye honey." #Mary hangs up scene c6s6_15 with dissolve j "What details do you wanna hear that you can't hear now?" scene c6s6_16 with dissolve m "Mmm...don't worry about it honey." j "Hm, it's not like you to have secrets..." m "Well..." j "Well? What is it?" scene c6s6_17 with dissolve m "Ok...you know how I told you that you're [june_adr_francine_as] Franny has been having some 'issues'..." m "...and has been over the house a lot?" j "Yeah..." m "Well...she and Uncle Gary have been trying to have a baby for a while, but it looks like he can't." scene c6s6_18 with dissolve j "Aw, that's horrible." m "Yeah, and Franny really wants to have kids." m "A lot of the options out there aren't for her...." j "Okay..." scene c6s6_19 with dissolve m "So your [june_adr_david_as] and I....agreed to help." j "Help? How?" scene c6s6_20 with dissolve m "Well...you're [june_adr_david_as] has great little swimmers....so we have been supplying her direct access." m "Well, not direct access, but we have been doing a 'in-home' impregnation technique." scene c6s6_21 with dissolve j "Oh my god." j "...[june_adr_david_as] is having sex with [june_adr_francine_as] Francine?!" scene c6s6_22 with dissolve m "No No no...there are ways to inseminate without penetration..." m "That's what we are doing." scene c6s6_23 with dissolve j "Oh..." j "...that's...I don't know...weird." m "Well weird, yes....but we are all adults and care about each other..." m "....and that's what matters." m "No-ones being hurt. We all love each other and want to make each other happy." scene c6s6_24 with dissolve j "Yeah...I see what your saying." j "That is pretty amazing of you guys to do that." m "Yeah, I really hope it works." scene c6s6_27 with dissolve j "I've always wanted a baby around." m "Yeah we've only been trying for a few weeks but we are hopeful." j "Well wow...thanks for telling me." m "Of course baby." #dildo scene c6s7_1 with dissolve m "Man...I am going to be sad to go." scene c6s7_2 with dissolve j "Yeah, but I'll see you pretty soon." scene c6s7_3 with dissolve m "Yes that's true..." m "That boy of yours can't wait to see you, that's for sure." j "Yeah, I can't wait." j "I honestly am a bit nervous though..." m "About?" scene c6s7_4 with dissolve j "Well, I want to take the next step with him..." j "...but I don't want to disappoint him." scene c6s7_5 with dissolve m "Aw baby, how could you possibly do that?" j "Well...with a guy I've never really done more that kissing and touching." m "Ah, I see." m "Do you mean you are unsure about how to give a blowjob?" j "Yeah..." scene c6s7_6 with dissolve m "Oh Juney...they are fairly hard to mess up." m "That being said...there's a big gap between a regular blowjob and a amazing blowjob." m "A blowjob so good he won't be able to think about anything else for days." scene c6s7_7 with dissolve m "If you want...I can help you." m "It's an art I perfected." scene c6s7_11 with dissolve j "Could you?" j "I know it's weird because you're my mom, but I don't know who else to ask." scene c6s7_12 with dissolve m "Of course baby!" m "I would love too." scene c6s7_13 with dissolve j "Ok, thanks mom." m "Well, the good thing is I brought the perfect tool to help." j "Hm, ok." scene c6s7_14 with dissolve m "Here." j "Oh...wow." m "Yeap, mommy has her needs." "**(both laugh)**" scene c6s7_15 with dissolve j "Geez...that's pretty big mom." m "Well, it's not my biggest...but it's nice size." scene c6s7_16 with dissolve j "Not you're biggest? Really?" j "How could you take bigger than that inside of you?" scene c6s7_17 with dissolve m "Oh sweety, you will be surprised what you can actually take with some practice." scene c6s7_18 with dissolve j "Woah, really?" m "Yeap...relaxing yourself and the right amount of lube, a big dildo or other things can slide right in." j "Wow...that's super intimidating." scene c6s7_19 with dissolve m "Well don't worry about that all now..." m "...we can discuss that another time." m "Right now we will focus on blowjobs." j "Alright." scene c6s7_20 with dissolve m "I imagine Clint will be hard as a rock when you start, so you won't have to worry about getting him hard." m "There's a couple things I like to do which tend to help things move along." scene c6s7_21 with dissolve m "First off, it's your look." j "Look? What do you mean?" m "Men love to watch...so giving him something hot to look at, can really turn him on." m "Things such as making eye contact...or rubbing his dick on different parts of your face and body." j "Oh." j "Ok, got it." scene c6s7_24 with dissolve m "Next, is wetness." m "It can't be too wet." m "Don't be afraid to spit or drool...guys love that." m "Plus, a bit of lubrication goes along way." j "Ok..." m "In the back of your throat there's a lot of silva." m "So gagging can bring some of that up and be great for lubrication." m "Here, I'll show you." scene c6s7_25 with dissolve pause scene c6s7_26 with dissolve j "Holy crap mom." scene c6s7_27 with dissolve m "**(gasps)**" scene c6s7_28 with dissolve m "Don't be intimidated about deep throating...that's something that takes time." j "Yeah...that's crazy." m "Here...take it and see how much you can take." j "Alright..." scene c6s7_29 with dissolve pause scene c6s7_30 with dissolve pause scene c6s7_31 with dissolve j "**(gasps and lightly coughs)**" scene c6s7_32 with dissolve m "There you go..." m "Once you are comfortable with it, it's a lot of fun." m "You're [june_adr_david_as] loves it." scene c6s7_33 with dissolve j "Oh gosh." m "But what your [june_adr_david_as] loves the most is ballplay." j "Oh..." j "...really?" m "Yeap...do not forget the balls." m "Suck them, squeeze them...guys love it." j "Wow...ok." scene c6s7_34 with dissolve m "Yeap...and if you ever get real adventurous..." m "licking behind the balls while jerking him will make a guy cum in no time." scene c6s7_35 with dissolve j "Ew mom, I don't think so." m "Believe me, it feels good when done to you as well." j "I'll stick to the blowjob I think." scene c6s7_36 with dissolve "**(both chuckle)**" scene c6s7_37 with dissolve m "Next is jerking." scene c6s7_38 with dissolve m "Make sure to do a lot of jerking..." scene c6s7_37 with dissolve m "...even when you are sucking it." scene c6s7_38 with dissolve m "Just keep jerking it." m "Here try." scene c6s7_39 with dissolve pause scene c6s7_40 with dissolve pause scene c6s7_39 with dissolve pause scene c6s7_40 with dissolve m "Perfect." j "Yeah, that's easy enough." m "Lastly...is the finale." m "As I said before, visuals help a lot." scene c6s7_41 with dissolve m "Squeezing you're tits together.." m "...or sticking your tongue out for him to cum on...." scene c6s7_42 with dissolve pause scene c6s7_43 with dissolve m "That will usually get them over the line." j "I don't think I want him to cum in my mouth..." m "You might not now....but you will...I promise." m "For now, just give him a target...and talk to him..." j "Talk to him?" scene c6s7_44 with dissolve m "Yeah, just be descriptive." m "Tell him to cum on you're face...or you're tits." m "Tell him how much you want it." m "He'll cum in no time." scene c6s7_45 with dissolve j "Hm...okay, I can do that." m "Of course you can." m "You're going to be great." j "Thanks mom." j "I feel a lot better about it." m "I'm glad baby." scene c6s7_46 with dissolve m "When you come visit, we'll talk about some other things if you want." j "Yeah, I would really like that." j "Your full of all types of lessons aren't you?" m "**(laughs)** That's true." m "...and you've been a really good student." j "Thanks." m "Here, let me go put this dildo away." scene black with dissolve pause scene c6s6_27 with dissolve m "I've really enjoyed myself on this trip." j "I'm glad." scene c6s6_28l with dissolve m "Maybe the night has more for us to enjoy..." m "Becca should be here soon and I have some fun in mind." scene c6s6_29l with dissolve j "I'm excited..." j "This has been super strange but also...super awesome." scene c6s6_30l with dissolve m "Of course honey." m "I just want you to enjoy life and don't want you to miss out on anything." pause centered "{size=+14}{color=0096FF}{i}Door opens...{/i}{/color}{/size}" pause scene c6s6_31l with dissolve m "Hey Becca." scene c6s6_32l with dissolve b "Hey guys." j "Hey Becca." scene c6s6_33l with dissolve b "Ariel just headed out." j "Oh boy." m "You guys will have to keep me up to date with that goes on with her and that professor." j "Absolutely." scene c6s6_34l with dissolve m "Soooo..." m "You girls ready for you're next lesson?" scene c6s6_35l with dissolve b "Like you wouldnt believe." j "Oh yes." scene c6s6_36l with dissolve m "Well good." m "I want to leave some of the 'mystery' for you guys to discover yourselves..." m "but I thought a lesson in oral pleasure might be a fun one for us..." b "Well...I was a bit nervious about that to be honest..." j "Me too actually." scene c6s6_37l with dissolve m "Well, with a little practice and direction from you're partner, theres nothing to be nervous about." m "I will be the test dummy to start." scene c6s6_38l with dissolve m "For one, I can give you some direction..." m "and two...I am super horny and didnt get to get off like you two did yesterday." scene c6s6_39l with dissolve "**(all laugh)**" b "Ok, sounds good...how do we start?" scene c6s6_40l with dissolve m "Well an important first step, is arousal." m "Why dont you two strip down first..." scene c6s6_41l with dissolve ar "Sounds good." j "Ok..." scene c6s6_42l with dissolve m "Mmm, very nice." scene c6s6_43l with dissolve pause scene c6s6_44l with dissolve m "Beautiful girls..." m "I'm sure I won't have to force you to do this, but I want you both to kiss..." scene c6s6_45l with dissolve j "**(sarcastically)** If I have too." "**(both laugh)**" scene c6s6_46l with dissolve pause scene c6s6_47l with dissolve pause scene c6s6_48l with dissolve pause scene c6s6_49l with dissolve m "Very nice..." scene c6s6_50l with dissolve pause scene c6s6_51l with dissolve m "Alright...my turn." scene c6s6_52l with dissolve m "Becca...come here darling." scene c6s6_53l with dissolve b "Okay." scene c6s6_54l with dissolve m "Don't be shy...give me kiss." scene c6s6_55l with dissolve pause scene c6s6_56l with dissolve b "Mmmm..." scene c6s6_57l with dissolve pause scene c6s6_58l with dissolve m "Come here baby..." m "Give mommy a kiss." j "Okay." scene c6s6_59l with dissolve pause scene c6s6_60l with dissolve pause scene c6s6_61l with dissolve pause scene c6s6_62l with dissolve j "**(moans)**" scene c6s6_63l with dissolve m "**(moans)**" scene c6s6_64l with dissolve m "That was great..." m "Why don't you guy help me with my clothes." b "Absolutely." scene c6s6_65l with dissolve pause scene c6s6_66l with dissolve j "Mom, you are so hot." m "Aw, thanks baby." scene c6s6_67l with dissolve m "Okay girls, let's do this." scene c6s6_68l with dissolve m "Becca, kneel down here..." scene c6s6_69l with dissolve m "I want you to lick it..." m "Get it nice an wet, ok?" b "Okay..." m "And Juney, you watch closely..." scene c6s6_70l with dissolve pause scene c6s6_71l with dissolve pause scene c6s6_72l with dissolve pause scene c6s6_73l with dissolve "**(wet sound)**" m "Mmmmm..." scene c6s6_74l with dissolve m "Juney...come over close to me..." j "Okay..." scene c6s6_75l with dissolve m "Give me another one of those kisses..." j "Okay mom..." scene c6s6_76l with dissolve pause scene c6s6_77l with dissolve "**(both moan)**" scene c6s6_78l with dissolve "**(louder wet sounds)**" "**(all continue moaning)**" scene c6s6_79l with dissolve m "Suck mommy's titty baby...I am real close." scene c6s6_80l with dissolve pause scene c6s6_81l with dissolve m "Oh yes..." m "and Becca keep licking my clit, just like that." scene c6s6_82l with dissolve j "**(load sucking noise on breast)**" m "**(lightly grunt and moans)**" m "**(moans loud and orgasms)**" scene c6s6_84l with dissolve m "That was perfect girls..." m "You are quick learners." m "Now, Becca, come up here and I want June you to give it a go." b "Alright." j "**(cheerfully)** Okay!" scene c6s6_85l with dissolve j "Alright...are you ready?" b "I am so ready." scene c6s6_86l with dissolve pause scene c6s6_87l with dissolve pause scene c6s6_88l with dissolve j "Mmm.." j "**(sucks)**" scene c6s6_89l with dissolve j "**(wet sucking sound)**" b "**(moans softly)**" scene c6s6_90l with dissolve m "**(licking sounds)**" scene c6s6_91l with dissolve b "**(moans)**" b "Oh my god." scene c6s6_92l with dissolve b "That's so hot." j "Mmmmmm." scene c6s6_93l with dissolve j "You taste so good." b "Oh yeah? Have some more." j "Yes please." scene c6s6_94l with dissolve b "Ah!" scene c6s6_95l with dissolve b "**(moans)**" m "There you go...enjoy it..." m "Juney lick her deep." scene c6s6_96l with dissolve j "**(wet sounds)**" b "Ahhhhhh..." scene c6s6_97l with dissolve b "**(sucks and starts to moan)**" scene c6s6_98l with dissolve m "**(moans)**" b "**(moans louder and louder)**" b "**(Orgasms loudly while kissing)**" scene c6s6_99l with dissolve b "**(gasps)**" b "Oh my god..." b "I'm shaking..." scene c6s6_100l with dissolve j "How'd we do mom?" m "You both did soooo good." m "Come give me a kiss...I want to taste her too." scene c6s6_101l with dissolve "**(both moan)**" scene c6s6_102l with dissolve b "This was amazing." "**(Both moan in agreement and continue kissing)**" scene black with dissolve pause KN_MOD "jump c7start" #c7 start KN_MOD "label c7start:" scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}Chapter 7{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade #ch7s1 scene c7s1_1 with dissolve ar "That should be the last of the essays." p "Excellent." p "Glad to get them all taken care of." ar "Definitely." p "So, I need to get you the information for tomorrow night still." ar "Yes...the address." scene c7s1_2 with dissolve p "Ok, here you go." scene c7s1_3 with dissolve p "And make sure you are on time..." p "My wife's a bit of s stickler on that." scene c7s1_4 with dissolve ar "Of course, no problem." p "Great." p "I hope she didn't scare you or make you feel uncomfortable today." scene c7s1_5 with dissolve ar "Oh...no...I was caught off guard a little." p "Yes...that's my fault...I don't typically share much information about our 'situation' to others." ar "Yes of course, I understand." p "What me and my wife has works for us both, that's what matters." scene c7s1_6 with dissolve ar "Yes that's what's important." ar "How does it 'work' exactly?" ar "It's not something I am familiar with." scene c7s1_6 with dissolve p "Well...my wife has always been quite the 'sexual' women." p "She used to be exotic dancer." ar "Oh, wow." p "Yeap, I met her at a friend's bachelor party." p "Which is a story she loves to tell - I'm sure she will tomorrow night." ar "Oh..ok." scene c7s1_7 with dissolve p "Anyway, it was clear from the get go. a typical marriage wasn't going to work for us." p "We care about each other greatly and especially that each other are happy and satisfied." scene c7s1_8 with dissolve p "So what we do is to that goal." p "And it helps we both are not jealous people." scene c7s1_9 with dissolve ar "Yeah, I would think so." p "So don't be nervous..you'll have a great time." ar "Ok...sounds good." p "Alright we're done for the night." p "See you in class tomorrow." ar "Ok professor...night." #scene end scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 window hide dissolve show text "{size=+33}{color=0096FF}the next morning...{/color}{/size}" at truecenter pause #ch7s2 scene c7s2_1 with dissolve j "Mom, it's been so great having you." m "It was so much fun Juney." scene c7s2_2 with dissolve m "It was silly of me to have any reservations about you going to college in the first place." m "Honestly, you're [june_adr_david_as] felt so strongly about it and had worked me up so much about your safety, I went along with it." m "It's clear I was stupid." scene c7s2_3 with dissolve j "No, it's ok mom, I understand." j "Plus you changed your mind anyway." m "That's true....but I knew deep down you needed to grow..." m "...and back home wasn't the place for you to do that." j "Thanks mom." scene c7s2_4 with dissolve m "That being said, I can't wait for your visit back home." m "We definitely need to spend some more time just you and I." j "Absolutely I'd like that." m "I think your [june_adr_david_as] wants to go camping up by the lake while your home as well." j "Ok that sounds great." m "Well...I need to get my butt on the road." scene c7s2_5 with dissolve j "Ok, mom, I love you." m "Love you too baby." KN_MOD "label lc7s2kiss:" scene c7s2_6 with dissolve pause scene c7s2_7 with dissolve pause scene c7s2_8 with dissolve m "MMmm thank you sweetheart." j "Your welcome. Love you." m "Bye Sweetie." scene c7s2_10 with dissolve k "Bye, Mrs. Williams." m "Bye now." scene c7s2_11 with dissolve j "Hey Kent." k "Hey June I was just coming to see you." j "What's up?" scene c7s2_12 with dissolve k "The head librarian is back from her vacation abroad." k "I just wanted to give you a bit of a headsup." k "She can be a real..." k "A real stickler about things." scene c7s2_13 with dissolve j "Oh ok." j "Thanks for letting me know." j "I gotta be there in about an hour." k "No problem." scene c7s2_14 with dissolve k "Oh by the way...there's this comet that's going to be very nearby tonight..." k "and I've got permission to view it with my telescope on a rooftop in town." j "Oh, that's cool." k "I wanted to see if you possibly...wanted to come and check it out tonight." j "Yes, That sounds cool." scene c7s2_15 with dissolve k "Really?" j "Yeah, what time and where?" k "Um, 10pm at the Eastmoore Building." scene c7s2_16 with dissolve j "Ok great...I will see you then." k "Sweet!" k "I mean...great, see you then." scene black with dissolve pause #ch7s3 stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s5music.mp3" fadein 3.0 window hide dissolve scene c7s3_1 with dissolve pause scene c7s3_2 with dissolve pause scene c7s3_3 with dissolve pause scene c7s3_4 with dissolve pause scene c7s3_5 with dissolve j "Hello, I'm June." scene c7s3_6 with dissolve n "Ah yes, June." n "I'm Ms. Rhodes." j "Nice to meet you, Ms. Rhodes." n "Thank you." scene c7s3_7 with dissolve j "I heard you were abroad...that must have been amazing." n "Yes..." n "...it was absolutely needed." n "But enough of all that..." n "I need to discuss a couple areas of responsibilities I feel like are lacking upon my review." j "Oh...ok." scene c7s3_8 with dissolve n "I've found the timelog barely filled...and even when it is, it's missing information." n "There's multiple books that are not arranged properly..." n "Whether that be out of order or upside down." n "And lastly, there are flaky dry stains in the non-fiction section that need attention." scene c7s3_9 with dissolve j "Ok, I will get right on this things Ms Rhodes." n "Good....these are things which I want attention on, each and every shift." n "This isn't just a stand around job." j "Absolutely Ms Rhodes." scene c7s3_10 with dissolve n "Good...I don't want you to feel like I am coming down on just you..." n "This is across the board." j "No problem, I'm on it." n "Ok...well...I will leave you to it." j "Ok..." scene black with dissolve #new scene stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve scene c7s4_1 with dissolve p "Honey..." p "...our guest is here." scene c7s4_2 with dissolve y "Ariel, you look lovely..." y "Welcome to our home." ar "Thanks Mrs. Harrison..." scene c7s4_3 with dissolve ar "That dress looks great on you." y "Why thank you...my adoring husband got it for me." ar "How nice of him." y "Here, have a seat, it's all ready." ar "Alright." scene c7s4_4 with dissolve ar "It looks great Mrs. Harrison." y "Thanks, it's one of the only things I can make, so I tend to make it often." y "*(laughs)**" scene black with dissolve scene c7s4_5 with dissolve ar "Mmmm." ar "It's very tasty." p "Yes dear, it's great." y "Well good." scene c7s4_6 with dissolve y "So Ariel....how are you liking the school and you're classes?" ar "Oh the schools great...I think I am doing very well in my classes." y "Well my husband made it clear you are his favorite student." ar "That's very nice..." scene c7s4_7 with dissolve y "So tell me about yourself, where are you from? What are you're interests?" ar "Me and my twin sister Becca were born and raised in Jamestown..." y "A twin huh?" ar "Yeap. She's my best friend and my roommate." y "Very nice." y "And you're interests?" ar "Oh yeah, well...I love animals and...reading." scene c7s4_8 with dissolve y "That's very nice." y "How about boyfriends?....or girlfriends?" scene c7s4_9 with dissolve ar "Oh, I never have really had the time for that..." ar "...I guess you could say, I am a bit of a nerd." scene c7s4_10 with dissolve y "I see...well...you obviously have found some time recently..." ar "Um....yeah..." y "Don't be shy about it." y "We all need sex...it's in our DNA." scene c7s4_11 with dissolve y "Would you like to know what I was doing at you're age?" ar "...Sure." y "Well..." y "I got a fake ID...and used that to get a job at a 21 and up club..." y "A few weeks later, that turned in to me exotic dancing at that club." y "Making 100's of dollars a night...having the time of my life." scene c7s4_12 with dissolve ar "Wow." y "I loved to dance and I was going through a sexual explosion at that age..." y "I wanted everyone to see me...and stripping was perfect for that." y "Stripping turned into escorting and private parties...and that's where I met this hunk." p "Hah, yeap." ar "Thats a very interesting way to meet your future husband." y "It really was..." scene c7s4_13 with dissolve y "His friend Kyle was having his bachelor party in this hotel room." y "I show up with this other stripper Pamela and these guys had obviously been partying for a while." scene c7s4_14 with dissolve y "This one couldn't keep his eyes and hands off me the whole time." scene c7s4_15 with dissolve p "Could you blame me?" scene c7s4_16 with dissolve y "I suppose not..." y "A lap dance turns into a full on orgy." y "One of the wildest nights of my life." y "I wake up the next morning surrounded by naked bodies and cum stains..." scene c7s4_18 with dissolve y "Then, this guy comes through he front door with coffee and bagels." y "We sat down and had a nice breakfast and talked and talked..." y "...and the rest...is history." scene c7s4_20 with dissolve ar "Woah, that is quite the origin story." y "Yes, I love that story." p "I do too baby." scene c7s4_17 with dissolve y "The great thing is, he didn't try to change me." y "I kept stripping and doing other crazy shit and he stayed by my side." y "We've had an open relationship every since and don't hide things from each other." scene c7s4_18 with dissolve y "A big reason why, is because how much of a turn on it is." p "Oh definitely." scene c7s4_19 with dissolve y "This all making sense to you Ariel?...or have I freaked you out?" ar "Oh I am fine...It's very interesting." ar "You sound like you are happy and that's what matters." y "Absolutely." y "What's funny is, they now do aerobics classes with pole dancing..." y "Have you ever seen or done that?" scene c7s4_20 with dissolve ar "Oh gosh...I don't think I can do that." y "Nonsense, anyone can do it with practice." y "I don't work at a club anymore, but I still do bit of erotic dancing here and there for fun." ar "Wow, that's cool." ar "I think I am too uncoordinated for all that." ar "I'd fall on my butt or something." "**(all laugh)**" scene c7s4_21 with dissolve y "Aw, you would do fine. You don't have to do the pole stuff to start." y "I could show you how to do a lap dance." y "You can work you're way up." scene c7s4_22 with dissolve ar "Oh....um, I don't know." scene c7s4_23 with dissolve y "Come on, it will be fun." y "I'm sure my husband would be glad to be the lap." p "Yeah, count me in." scene c7s4_24 with dissolve ar "Ok, I will try." y "Yay! Great" scene c7s4_25 with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c7s4_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c7s4end" KN_MOD "label c7s4_cont:" pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s4music.mp3" fadein 3.0 window hide dissolve y "I like to start with a little dancing..." y "Anything to get your hips and tits moving." scene c7s4_26 with dissolve pause scene c7s4_27 with dissolve y "A little eye contact and touching..." scene c7s4_28 with dissolve pause scene c7s4_29 with dissolve y "Then a get you're body up close so they can't resist touching..." scene c7s4_30 with dissolve pause scene c7s4_31 with dissolve y "Next...shake that ass..." scene c7s4_32 with dissolve pause scene c7s4_33 with dissolve y "...and grind him good..." scene c7s4_34 with dissolve pause scene c7s4_35 with dissolve pause scene c7s4_36 with dissolve pause scene c7s4_37 with dissolve pause scene c7s4_38 with dissolve y "Here...you come try." scene c7s4_39 with dissolve ar "Um ok...I'm so nervous..." y "Don't be...I will walk you through it." scene c7s4_40 with dissolve y "Turn around and show him that little ass." scene c7s4_41 with dissolve y "Good...now bend over and stick it out." ar "Ok..." scene c7s4_42 with dissolve y "Very nice Ariel..." y "That's one slappable booty." scene c7s4_43 with dissolve pause scene c7s4_44 with dissolve "*(smack)*" scene c7s4_45 with dissolve ar "Oh!" scene c7s4_46 with dissolve y "Now sit back on him..." scene c7s4_47 with dissolve y "Very good...and lean back..." scene c7s4_48 with dissolve pause scene c7s4_49 with dissolve y "Grind your ass on his waist." scene c7s4_50 with dissolve y "Just like that..." scene c7s4_51 with dissolve y "I think there's too much friction between you two..." scene c7s4_52 with dissolve y "Let's take this off..." scene c7s4_53 with dissolve pause scene c7s4_54 with dissolve y "It's pretty clear you got him excited..." scene c7s4_55 with dissolve y "I think the true test is getting him off without using anything but your ass..." scene c7s4_56 with dissolve ar "What should I do?" y "Do the same thing you were doing..." y "Grind up on him." ar "Ok..." scene c7s4_57 with dissolve pause scene c7s4_58 with dissolve pause scene c7s4_59 with dissolve y "Very good..." scene c7s4_60 with dissolve y "Move that ass up and down on it." scene c7s4_61 with dissolve pause scene c7s4_62 with dissolve pause scene c7s4_63 with dissolve y "Oh he's real hard..." y "Keep going Ariel...I can tell he's close." scene c7s4_64 with dissolve pause scene c7s4_65 with dissolve pause scene c7s4_64 with dissolve pause scene c7s4_65 with dissolve p "*(grunts)" scene c7s4_66 with dissolve p "Ahhhh" p "*(grunts and orgasms)*" y "There it is!" scene c7s4_67 with dissolve y "Good job Ariel." y "I knew you could do it." y "How'd she do baby?" p "Mm, so good." scene c7s4_68 with dissolve y "Stay here Ariel...I will get you something to clean that off." ar "Ok..." KN_MOD "label c7s4end:" scene black with dissolve pause #meanwhile stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve scene c7s5_1 with dissolve j "This is a really cool setup Kent." k "Thanks, I did some website work for the building manager and he lets me use the roof for viewings any time I want." j "Wow, very cool." k "Yeah, it's super cool." scene c7s5_2 with dissolve k "Are you interested in astronomy at all?" j "Yeah, very much so." j "Back home, there's so few lights around you can see a million stars at night." j "So often I would go lay out in the field on a blanket and count as many as I could." j "Highest I ever got was 455." scene c7s5_3 with dissolve k "Very nice." k "I actually discovered an asteroid last year...I even got to name it." j "Really, what did you call it.?" scene c7s5_4 with dissolve k "Um...it's Samus Aran." j "What's that mean?" k "Well, it's actually the main protagonist from the Metroid franchise..." j "Oh, I've never heard of that." scene c7s5_5 with dissolve k "Well it's an older video game..." k "It's super fun." j "Cool." k "Yeah..." k "Oh, so how did your meeting with Ms Rhodes go?" scene c7s5_6 with dissolve j "Well...you were right...she is a bit of a stickler." j "She complained about a bunch of minor things." j "She seemed to be in a bad mood for someone who just got back from vacation." scene c7s5_7 with dissolve k "Well...I can give a bit of insight on the bad mood thing." j "Oh really?" k "Yeah, well I overheard the Philosophy teacher talking what happened at Ms Rhodes wedding." k "Apparrently, she caught the groom having sex with one of her bridesmaids the day of the wedding." scene c7s5_8 with dissolve j "Holy moley." k "Yeah..and so her vacation was her going solo on her honeymoon vacation she had already paid for." j "Wow...that really sucks..." k "Yeah..." j "Well that makes a little more sense now." scene c7s5_9 with dissolve k "Yeah...she's always been a bit...bossy...but since the wedding she's got a lot worse." j "Yeah...that's rough." k "Well, anyway...come take a look." j "Ok." scene c7s5_10 with dissolve k "It should be right on it... " j "Oh wow, yeah I see it..." scene c7s5_11 with dissolve k "Its amazing, huh?" j "Yeah, it really is..." k "You're amazing June..." scene c7s5_12 with dissolve k "I am glad you decided to come and share this moment together." k "I really like you..." scene c7s5_13 with dissolve k "...and I know you have a boyfriend back home..." scene c7s5_14 with dissolve pause scene c7s5_15 with dissolve k "...but thought maybe you would want to be something more like friends with benefits..." scene c7s5_16 with dissolve j "What exactly is that?" k "Well...friends who do stuff from time to time when they feel like it..." k "...but don't tell anyone about it." j "Stuff like what?..." k "Well...maybe kissing...touching...and stuff..." j "Oh..." j "That sounds like it could be fun..." j "As long as we keep it between us." k "Yes, of course!" k "I think half the fun is being secretive." k "You're going home in a couple days right?" j "Yeah." k "How about I get some food and we have a picnic up here the night before you go?" scene c7s5_18 with dissolve j "That sounds awesome." k "Great! It's a date..." k "I mean...its a hangout, with a friend...with the possiblity of some other benefits..." j "Hah...okay...sounds good." scene black with dissolve #c7s6 stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 window hide dissolve centered "{size=+14}{color=0096FF}{i}Later the night...{/i}{/color}{/size}" pause scene black with dissolve pause scene c7s6_1 with dissolve pause scene c7s6_2 with dissolve pause scene c7s6_3 with dissolve pause scene c7s6_4 with dissolve pause scene c7s6_5 with dissolve pause scene c7s6_6 with dissolve j "*(Thinking)* Huh? What's that?" scene c7s6_7 with dissolve j "*(Thinking)* Oh my god..." j "*(Thinking)* Mom..." scene c7s6_8 with dissolve j "*(Thinking)* She's so crazy..." j "*(Thinking)* Hmmm maybe I should have a little fun?..." scene c7s6_9 with dissolve pause scene c7s6_10 with dissolve pause scene c7s6_11 with dissolve j "Mmmmm..." scene c7s6_12 with dissolve pause scene c7s6_13 with dissolve pause scene c7s6_14 with dissolve pause scene c7s6_15 with dissolve pause scene c7s6_16 with dissolve j "*(gasps)*" scene c7s6_17 with dissolve pause scene c7s6_18 with dissolve j "*(moans)*" scene c7s6_19 with dissolve pause scene c7s6_20 with dissolve pause scene c7s6_21 with dissolve pause scene c7s6_22 with dissolve pause scene c7s6_23 with dissolve "*(mumbled talking)*" j "Huh?" scene c7s6_24 with dissolve "*(footsteps and doorknob jostles)*" scene c7s6_25 with dissolve j "Oh crap" pause scene c7s6_26 with dissolve pause scene c7s6_27 with dissolve v "*(Whispers)* You need to go..." v "*(Whispers)*...my roommates here." scene c7s6_28 with dissolve a "*(Whispers)* Come on..." a "*(Whispers)*...you've been gone so long..." a "*(Whispers)* I really need to get some." v "*(Whispers)* Go take care of it yourself dude..." a "*(Whispers)* Come onnnn..." scene c7s6_29 with dissolve a "*(Whispers)* It's not the same..." v "*(Whispers)* My roommate is sleeping right there...I can't." a "*(Whispers)* That doesn't bother me...come on." scene c7s6_30 with dissolve v "*(Whispers)* God you're such a pain." a "*(Whispers)* Yeah, but you like it." v "*(Whispers)*A quick blowjob...that's it." scene c7s6_31 with dissolve a "(Normal volume)* Hell yeah!" v "*(Whispers)* Shhhhhh, quiet." a "*(Whispers)* Shit, sorry...." scene c7s6_32 with dissolve pause scene c7s6_33 with dissolve pause scene c7s6_34 with dissolve pause scene c7s6_35 with dissolve pause scene c7s6_37 with dissolve pause scene c7s6_38 with dissolve pause scene c7s6_39 with dissolve pause scene c7s6_40 with dissolve pause scene c7s6_41 with dissolve pause scene c7s6_42 with dissolve pause scene c7s6_43 with dissolve v "*(Whispers)*You really did miss me huh?" a "God yes." scene c7s6_44 with dissolve pause scene c7s6_45 with dissolve pause scene c7s6_46 with dissolve pause scene c7s6_47 with dissolve pause scene c7s6_48 with dissolve a "*(Whispers)*Ah...I'm about to cum." v "*(Mumbles)* Mmmm." scene c7s6_49 with dissolve pause scene c7s6_50 with dissolve pause scene c7s6_51 with dissolve a "*(moans and orgasms)*" scene c7s6_52 with dissolve a "*(grunts)*" scene c7s6_53 with dissolve a "*(Whispers)* So hot." v "*(Whispers)* Ok, now get outta here." a "*(Whispers)* Ok ok...I'll see you tomorrow." scene c7s6_54 with dissolve pause scene c7s6_55 with dissolve pause scene c7s6_56 with dissolve pause scene c7s6_57 with dissolve pause scene black with dissolve pause KN_MOD "jump c8start" image c8s1_image1: "/ch8jpg/s1/c8s1_8.jpg" pause 0.3 "/ch8jpg/s1/c8s1_9.jpg" pause 0.3 repeat image c8s1_image2: "/ch8jpg/s1/c8s1_10.jpg" pause 0.3 "/ch8jpg/s1/c8s1_11.jpg" pause 0.3 repeat image c8s1_image3: "/ch8jpg/s1/c8s1_13.jpg" pause 0.4 "/ch8jpg/s1/c8s1_14.jpg" pause 0.3 repeat image c8s1_image4: "/ch8jpg/s1/c8s1_15.jpg" pause 0.3 "/ch8jpg/s1/c8s1_16.jpg" pause 0.4 repeat image c8s1_image5: "/ch8jpg/s1/c8s1_38.jpg" pause 0.4 "/ch8jpg/s1/c8s1_37.jpg" pause 0.4 repeat image c8s1_image6: "/ch8jpg/s1/c8s1_39.jpg" pause 0.3 "/ch8jpg/s1/c8s1_40.jpg" pause 0.3 repeat image c8s1_image7: "/ch8jpg/s1/c8s1_41.jpg" pause 0.3 "/ch8jpg/s1/c8s1_42.jpg" pause 0.3 repeat image c8s6_image8: "/ch8jpg/s6/c8s6_23.jpg" pause 0.3 "/ch8jpg/s6/c8s6_24.jpg" pause 0.3 repeat image c8s6_image9: "/ch8jpg/s6/c8s6_26.jpg" pause 0.3 "/ch8jpg/s6/c8s6_27.jpg" pause 0.3 repeat image c8s6_image10: "/ch8jpg/s6/c8s6_29.jpg" pause 0.3 "/ch8jpg/s6/c8s6_30.jpg" pause 0.3 repeat image c8s6_image11: "/ch8jpg/s6/c8s6_35.jpg" pause 0.4 "/ch8jpg/s6/c8s6_36.jpg" pause 0.4 repeat image c8s6_image12: "/ch8jpg/s6/c8s6_39.jpg" pause 0.4 "/ch8jpg/s6/c8s6_40.jpg" pause 0.4 repeat image c8s6_image13: "/ch8jpg/s6/c8s6_42.jpg" pause 0.4 "/ch8jpg/s6/c8s6_43.jpg" pause 0.4 repeat image c8s6_image14: "/ch8jpg/s6/c8s6_44.jpg" pause 0.4 "/ch8jpg/s6/c8s6_45.jpg" pause 0.4 repeat image c8s6_image15: "/ch8jpg/s6/c8s6_48.jpg" pause 0.3 "/ch8jpg/s6/c8s6_49.jpg" pause 0.3 repeat image c8s6_image16: "/ch8jpg/s6/c8s6_50.jpg" pause 0.3 "/ch8jpg/s6/c8s6_51.jpg" pause 0.3 repeat image c8s6_image17: "/ch8jpg/s6/c8s6_56.jpg" pause 0.4 "/ch8jpg/s6/c8s6_57.jpg" pause 0.4 repeat image c8s6_image18: "/ch8jpg/s6/c8s6_58.jpg" pause 0.4 "/ch8jpg/s6/c8s6_59.jpg" pause 0.4 repeat image c8s6_image19: "/ch8jpg/s6/c8s6_60.jpg" pause 0.3 "/ch8jpg/s6/c8s6_61.jpg" pause 0.3 repeat image c8s7_image20: "/ch8jpg/s7/c8s7_21.jpg" pause 0.5 "/ch8jpg/s7/c8s7_22.jpg" pause 0.5 repeat image c8s7_image21: "/ch8jpg/s7/c8s7_23.jpg" pause 0.5 "/ch8jpg/s7/c8s7_24.jpg" pause 0.5 repeat image c8s7_image22: "/ch8jpg/s7/c8s7_27.jpg" pause 0.5 "/ch8jpg/s7/c8s7_28.jpg" pause 0.5 repeat image c8s7_image23: "/ch8jpg/s7/c8s7_29.jpg" pause 0.4 "/ch8jpg/s7/c8s7_30.jpg" pause 0.4 repeat image c8s7_image24: "/ch8jpg/s7/c8s7_32.jpg" pause 0.4 "/ch8jpg/s7/c8s7_33.jpg" pause 0.4 repeat image c8s7_image25: "/ch8jpg/s7/c8s7_34.jpg" pause 0.4 "/ch8jpg/s7/c8s7_35.jpg" pause 0.4 repeat image c8s7_image26: "/ch8jpg/s7/c8s7_37.jpg" pause 0.4 "/ch8jpg/s7/c8s7_38.jpg" pause 0.4 repeat image c8s7_image27: "/ch8jpg/s7/c8s7_39.jpg" pause 0.4 "/ch8jpg/s7/c8s7_40.jpg" pause 0.4 repeat image c8s7_image28: "/ch8jpg/s7/c8s7_42.jpg" pause 0.4 "/ch8jpg/s7/c8s7_41.jpg" pause 0.4 repeat image c8s7_image29: "/ch8jpg/s7/c8s7_43.jpg" pause 0.4 "/ch8jpg/s7/c8s7_44.jpg" pause 0.4 repeat image c8s7_image30: "/ch8jpg/s7/c8s7_45.jpg" pause 0.4 "/ch8jpg/s7/c8s7_46.jpg" pause 0.4 repeat image c8s7_image31: "/ch8jpg/s7/c8s7_47.jpg" pause 0.3 "/ch8jpg/s7/c8s7_48.jpg" pause 0.3 repeat KN_MOD "label c8start:" #c8s2 pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') scene black with dissolve play music "audio/c2_1music.mp3" fadein 3.0 pause 4.0 scene black window hide dissolve show text "{size=+33}{color=0096FF}Chapter 8 - Part 1{/color}{/size}" at truecenter $ renpy.pause(3.0, hard='True') hide text with fade scene c8s2_1 with dissolve b "Dude...I miss your [june_adr_mary_as] already." j "*laughs* Yeah...me too." b "She's seriously like the coolest person ever." j "Honestly, she's always been great, but this trip..." j "...it was on a whole new level." scene c8s2_2 with dissolve b "*chuckles* Yeah, it was awesome." b "Oh and your lucky butt gets to go see her in a couple days." j "Yeap!" j "I also will be seeing Clint when I go back." b "How are things with him anyway?" scene c8s2_3 with dissolve j "Well...the distance has grown us apart..." j "But...I still care for him." j "He's just always been my guy." b "What do you think is going to happen with you guys?" j "I really don't know..." j "Being here at college has been eye opening..." j "But I also don't want to lose him in my life." j "I plan on having a real talk about things." scene c8s2_4 with dissolve b "Anything in particular?" j "Well...maybe we have a break...or maybe, you know, he would be ok with..." j "You know...a more open relationship." b "Wow...that would be a big step." j "Ya, I mean I was thinking...he's back there missing out on stuff." j "He could be having experiences of his own, but we could stay in eachothers lives." b "Well...maybe he will be open to that..." b "Either way, I have a feeling you'll have some great stories to tell when you return." scene c8s2_5 with dissolve j "*laughs* I'm sure I will." j "Speaking of which!" j "Last night, my freaking roommate came back to the room with her boyfriend and I was in my bed." b "Oh god." scene c8s2_6 with dissolve j "Yeah, and they had sex right there on the bed." b "Ew, really?" j "*laughs* Yeap." b "What did you do?" j "Well...nothing really." scene c8s2_7 with dissolve b "Did you see anything?" j "A little..." b "Just a little?" j "Maybe a bit more than a little..." j "And...I think the boyfriend saw me looking too..." scene c8s2_8 with dissolve b "Oh crap, really?" j "Yeah...he didn't seem to mind." b "Well, I wouldn't think he would." b "But holy crap, that's kinda crazy." j "Yeah, luckily she didn't notice...I have a feeling she would be pissed..." j "...and that's the last thing I would need." b "True." scene c8s2_9 with dissolve j "Oh...before we go to class...you gotta see what my [june_adr_mary_as] left me..." b "Oh gosh, what is it?" scene c8s2_10 with dissolve j "Tada." b "Oh god, wow." j "Yeah, pretty nice huh." b "*laughs* Yeah, that things no joke." j "Yeah, she was showing me a few things with it..." j "...but she surprised me and left it under my pillow." scene c8s2_11 with dissolve b "Showing you stuff huh? Like what?" j "Uh...blowjob stuff..." b "Oh? Like what exactly?" j "Let's get to class...I can show you tonight when I get back from the library." b "Alright cool." scene c8s2_12 with dissolve j "If you want, maybe we can invite Ariel." j "She might be interested..." b "I don't know...you think?" j "Well...she might have more to show then I do." scene c8s2_13 with dissolve "*(both laugh)*" b "True!" b "I'll invite her." j "K...let's go." scene black with dissolve pause stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s10music.mp3" fadein 3.0 pause 3.0 hide text with fade #c8s1 #barn scene c8s1_1 with dissolve pause scene c8s1_2 with dissolve m "*sexy voice* Hey bigboy." d "Oh shit." d "Wow!" scene c8s1_3 with dissolve pause scene c8s1_4 with dissolve pause scene c8s1_5 with dissolve m "Miss me?" d "God yes." m "Why don't you show me..." d "Absolutely..." m "Here, I'll grab a towel..." KN_MOD "menu:" KN_MOD "Watch what happens (highly recommended).:" KN_MOD "jump c8s1_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c8s1_skip" KN_MOD "label c8s1_cont:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 scene c8s1_6 with dissolve d "God you're sexy..." m "Take off those overalls and get over here..." d "Yes, mam." scene c8s1_7 with dissolve m "Mmm, I missed that dick..." d "It missed you..." show c8s1_image1 with dissolve m "*(sucking noises)*" d "Mmmmmm..." d "Fuck yes..." show c8s1_image2 with dissolve m "*(sucking noises continue)*" d "*(moans)*" scene c8s1_12 with dissolve m "Lay down baby." d "Okay..." show c8s1_image3 with dissolve m "*(sucking and light choking sounds)*" d "Fuckk..." d "Spin around baby...I wanna taste you too." show c8s1_image4 with dissolve m "*(sucking sounds continue)*" d "Mmmmm...." scene c8s1_17 with dissolve d "*(licking sounds)*" m "*(moans)*" scene c8s1_18 with dissolve d "*(sucking and slurping sounds)*" m "Mmmm, baby...I want this in me." d "Heck yes." scene c8s1_19 with dissolve m "Ah...fuck." d "Mmm, so tight." scene c8s1_20 with dissolve m "...and you're so big..." scene c8s1_22 with dissolve m "*(moans)*" m "Mmmmm..." d "Oh ya...." scene c8s1_23 with dissolve m "*(kissing sounds and moaning)*" scene c8s1_24 with dissolve d "I missed this view..." m "Oh yeah?" scene c8s1_27 with dissolve d "Yeah...you're amazing..." scene c8s1_26 with dissolve m "Mmmmmm..." m "I'm already about to cum..." d "Yeah me too baby..." scene c8s1_28 with dissolve m "Cum inside me baby." d "*(moans)*" d "Oh fuck..." d "*(moans and cums)*" scene c8s1_29 with dissolve d "Oh god..." m "MMm...so nice..." m "That was a lot..." d "Yeah..." scene c8s1_30 with dissolve m "Well...you definitely did miss me." d "*chuckles* Yeah, sure did." d "So, did you have a good time." m "Oh my gosh, yes...I had so much fun." m "Probably too much." scene c8s1_31 with dissolve d "Huh? What do you mean?" m "Uhm...maybe that's something that should stay between me and Juney." d "Oh hell no." d "I wanna know...we don't keep thing from eachother." m "Well...I don't know how you will react..." d "Mary, tell me..." m "Um...well..." scene c8s1_32 with dissolve m "Your [june_rel_to_david] is a woman now...and she's exploring her sexuality..." m "...and I felt it my responsiblity to assist her in that endeavor." d "Uh..." d "What the heck do you mean?" m "I didn't want her to learn certain things from someone else..." m "So I took a hands on approach." d "You are circling around it...what did you actually do?" d "Come out with it." scene c8s1_33 with dissolve m "Well...I think she might be like me...bi-sexual." m "I showed her some 'sexual' things with a dildo..." m "...and also...I coached her and her friend Becca a bit on how to go down on girls." scene c8s1_34 with dissolve d "What the hell?!" d "Geez Mary." d "Are you crazy?" m "No...she asked for the help...what was I to do?..." m "...and yes...I was a bit horny and had a good time myself." scene c8s1_35 with dissolve d "Wow Mary...this is kinda...weird." m "Well...whats weird is how hard your dick has gotten talking about this." d "What?" d "Oh....uh." scene c8s1_36 with dissolve m "Honey, don't be ashamed about it." m "We're sexual creature's...we can't help like what we like." scene c8s1_37 with dissolve d "But...it's my little Juney..." m "Well your little Juney has a growing sexual appetite..." m "...and a body that's really filling out." d "Oh god..." m "Do you wanna know what we did specifically?" d "Um...I don't know...do I?" show c8s1_image5 with dissolve m "I think you do..." m "You wanna hear how I watched our June make out with her friend Becca..." d "Mmmmm..." m "...and how I fingered Becca as she fingered Juney..." m "...until they both came." d "Oh my god..." show c8s1_image6 with dissolve m "...or do you wanna hear how I had Becca eat me out..." m "...while Juney sucked on my nipples..." d "Holy..." show c8s1_image7 with dissolve m "...then, Juney went down on Becca as I played with Becca's little perky tits..." m "...and finally after Becca came, I made out with Juney so I could taste Becca's young little pussy." scene c8s1_43 with dissolve d "*moans* Oh god." m "MMmmmm, there it is..." scene c8s1_44 with dissolve m "You're just as naughty as me." d "No-one is as naughty as you babe..." m "Well, that's true." scene c8s1_45 with dissolve d "Did all that really happen?" m "Oh yes...it did...and it was amazing." d "I'm still a bit...in shock." m "Well, get used to it...when she comes to visit I have an idea or two." d "Mary...come on...you think that's a good idea?" m "I think it's a great idea..." scene c8s1_46 with dissolve m "You telling me you don't want to see Juney and I...touch eachother..." m "...and kiss..." d "I don't know..." m "You know you do...once it's there in front of you, you won't be able to resist." scene c8s1_47 with dissolve d "*laughs* You're out of control." m "*laughs* I know, but you love it." scene c8s1_48 with dissolve m "Now...I gotta get up...." m "...I need to go get unpacked...and you got work to finish." d "Alright, alright..." scene black with dissolve pause KN_MOD "label c8s1_skip:" stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_1music.mp3" fadein 3.0 #c8s3 show text "{size=+33}{color=0096FF}Later that day...{/color}{/size}" at truecenter pause scene c8s3_1 with dissolve hide text j "Hey Ariel..." j "...whatcha doing tonight?" scene c8s3_2 with dissolve ar "Nothing, just studying." scene c8s3_3 with dissolve j "Well, we were going to have a sleepover..." b "...and June was going to show us something cool." scene c8s3_4 with dissolve ar "Oh yeah okay, I'm in..." ar "...what's she showing us?" scene c8s3_5 with dissolve b "Uh, you'll see...I think it's something up your alley." scene c8s3_6 with dissolve ar "Oh...okay." ar "At our room?" scene c8s3_7 with dissolve j "Yeah, my roommate is back." scene c8s3_8 with dissolve ar "Okay cool, sounds good." scene black with dissolve pause #c8s4 stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 scene c8s4_1 with dissolve "*(Clint knocks on door)*" m "Come in!" scene c8s4_2 with dissolve m "Hey Clint!" c "Hey, welcome back." m "Thanks, I had an amazing time." scene c8s4_3 with dissolve c "Glad to hear." c "How's June?" scene c8s4_4 with dissolve m "She's great..." m "...more than great, she's amazing." scene c8s4_5 with dissolve c "Well that's good." m "Yeah...we had all types of fun." c "Oh really? Like what?" m "Well...went to the beach, went shopping..." m "That type of stuff..." scene c8s4_6 with dissolve m "...and then..." m "...we did some stuff that would make your mind melt." scene c8s4_7 with dissolve c "Huh?...What do you mean?..." scene c8s4_8 with dissolve m "Don't worry about that." m "...but when she comes back, you better be prepared." c "In a good way or bad way?" m "A good way...for sure." m "I'll handle everything...don't you worry." c "Alright...sounds good." scene c8s4_9 with dissolve "*(footsteps approach)*" d "Oh...hey Clint." c "Hey Mr Williams." m "I was just telling Clint about my trip." d "Oh...were you?" scene c8s4_10 with dissolve m "Yeap...and how excited Juney is about coming back to visit." d "Ah yes...we all look forward to her visit." m "Yeah...you two especially..." m "...because of how long it's been since you've seen her." scene c8s4_11 with dissolve c "Yeah definitely." scene c8s4_12 with dissolve d "Yes, I can't wait to see her." scene c8s4_13 with dissolve d "So Clint...you got a little time?" d "Could use your help doing a couple things in the barn." scene c8s4_14 with dissolve c "Oh yeah, absolutely." d "Okay, good...let's go." m "You boys be careful..." d "We will." scene black with dissolve #c8s5 stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s14music.mp3" fadein 3.0 show text "{size=+33}{color=0096FF}A few minutes later...{/color}{/size}" at truecenter pause scene c8s5_1 with dissolve hide text pause scene c8s5_2 with dissolve pause scene c8s5_3 with dissolve pause scene c8s5_4 with dissolve m "Hey boys..." m "...got something to cool you down..." d "Oh great." c "Yeah that would be awesome." scene c8s5_5 with dissolve m "It's so hot out today...." c "Yeah...it is." scene c8s5_6 with dissolve d "Thanks babe..." d "...we're almost done." scene c8s5_7 with dissolve m "Okay great..." m "Make sure you you shower sometime today before Francine gets here." d "Yeap, will do." scene c8s5_8 with dissolve c "Bye Mrs Williams..." c "...thanks for the drink." m "No problem dear." scene c8s5_9 with dissolve pause scene c8s5_10 with dissolve c "Your a lucky man Mr Williams..." scene c8s5_11 with dissolve c "You got two of the greatest gal's in the state." d "I believe your right Clint." d "Now let's finish this up." c "Okay, let's do it." scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/c2_8_2music.mp3" fadein 3.0 show text "{size=+33}{color=0096FF}Later that night...{/color}{/size}" at truecenter pause #c8s6 scene c8s6_1 with dissolve hide text b "So, did you bring it?" scene c8s6_2 with dissolve j "Yeap." scene c8s6_3 with dissolve j "Ta da!" scene c8s6_4 with dissolve ar "What? Where did you get that?" b "Her [mary_rel_to_june] gave it to her." ar "Wow, really?" b "Yeap, and showed her how to use it too." ar "What?!" scene c8s6_5 with dissolve j "Well no...how to give a blowjob." j "Not use it the way you're thinking." scene c8s6_6 with dissolve ar "Oh..." ar "...well either way...that's kinda crazy." scene c8s6_7 with dissolve b "Coming from the girl doing her professor..." "*(both laugh)*" scene c8s6_8 with dissolve ar "We're not doing it..." ar "...but...we might someday..." scene c8s6_9 with dissolve b "Oh I bet you will." j "What's going on with you guys anyway?" j "What happened at the dinner?" b "Oh shit, yeah, you didn't tell me either." ar "Well..." scene c8s6_10 with dissolve ar "Everything was going normally..." ar "They have a nice place...and dinner was great...." ar "Then she was telling the story about how they met..." scene c8s6_11 with dissolve ar "Which, is a kinda crazy story..." j "How so?" ar "...well...she was a stripper." scene c8s6_12 with dissolve j "Oh wow." b "Damn." scene c8s6_13 with dissolve ar "Then, she wanted to show me some moves..." ar "So...I agreed..." ar "And we both ended up...dancing...and giving him a lap dance." scene c8s6_14 with dissolve b "Holy crap." j "Dang Ariel, you naughty." ar "I know...I am aren't I?" "*(all laugh)*" b "So obviously she is cool with you being close and all to her husband." ar "Yeah...she straight up encouraged it..." j "So what are you gonna do?" scene c8s6_15 with dissolve b "You going to let him take virginity?" scene c8s6_16 with dissolve ar "I don't know..." ar "...I haven't...like planned it out or anything..." scene c8s6_17 with dissolve b "Seems like everyone's going to lose their virginity soon but me." b "June with her boyfriend and you with the professor." j "Well, nothings set in stone..." scene c8s6_18 with dissolve b "I guess worst case I'll borrow your dildo and take my own virginity." scene c8s6_19 with dissolve "*(all laugh)*" j "I don't think that counts..." "*(all laugh)*" scene c8s6_20 with dissolve b "So...you gonna show us your blowjob skills or what?" j "Okay...you better do it too..." b "I'm down." scene c8s6_21 with dissolve ar "Okay...sure let's do it." scene c8s6_22 with dissolve KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c8s6_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c8s6end" KN_MOD "label c8s6_cont:" j "Well, it's nothing too complicated." j "You suck on it..." scene c8s6_image8 with dissolve pause scene c8s6_25 with dissolve j "Make sure it gets nice and wet." scene c8s6_image9 with dissolve j "*(wet nosies)*" pause scene c8s6_28 with dissolve j "...and keep a steady pace..." j "...while adding in some jerking." scene c8s6_image10 with dissolve pause scene c8s6_31 with dissolve j "Also, pay attention to the balls...she said my [david_rel_to_june] loves that." ar "She said that? Holy crap." scene c8s6_32 with dissolve j "Yeah...it is a bit weird I know that information...." "*(all laugh)*" scene c8s6_33 with dissolve b "Okay, let me try." j "Okay here you go." scene c8s6_34 with dissolve j "Don't do too much at a time..." scene c8s6_image11 with dissolve j "Good...and yeah, remember to jerk it." scene c8s6_37 with dissolve ar "And remember to pretend it's June's [david_rel_to_june]'s and play with the balls." scene c8s6_38 with dissolve "*(all laugh)*" j "Shut up you ass." "*(all laugh again)*" scene c8s6_image12 with dissolve ar "God...that looks kinda hot." j "Sure does..." scene c8s6_41 with dissolve b "Okay, Ariel, your turn." ar "Okay." scene c8s6_image13 with dissolve j "Well..I'm officially turned on..." b "Mmmm..." scene c8s6_image14 with dissolve b "Yeah...I am getting pretty freaking wet...." j "Yeah..." scene c8s6_46 with dissolve "*(both remove their underwear)*" ar "Geez...what are you guys doing?" b "Don't stop now..." scene c8s6_47 with dissolve j "Yeah...keep going..." ar "Um...okay...." scene c8s6_image15 with dissolve pause scene c8s6_image16 with dissolve pause scene c8s6_52 with dissolve j "Mmmm..." scene c8s6_54 with dissolve ar "Wow...you guys are crazy..." b "Bring that over here Ariel..." scene c8s6_55 with dissolve b "Put it in my mouth..." ar "Alright..." scene c8s6_image17 with dissolve b "*(light gagging)*" scene c8s6_image18 with dissolve "*(both girls moan)*" scene c8s6_image19 with dissolve j "Oh god..." scene c8s6_62 with dissolve j "*(moans and orgasms)*" scene c8s6_63 with dissolve b "*(moans and orgasms)*" scene c8s6_64 with dissolve ar "Well...that was different..." j "Yeah..." b "It was kinda awesome." j "Yeah...it sure was..." scene c8s6_65 with dissolve b "You guys are the best." j "Aw, you too." KN_MOD "label c8s6end:" scene black with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s2music.mp3" fadein 3.0 show text "{size=+33}{color=0096FF}Later that night...{/color}{/size}" at truecenter pause scene c8s7_1 with dissolve hide text m "Franny!" f "Hey honey!" scene c8s7_2 with dissolve f "How was the trip?" m "Uhhh, it was amazinggg." f "Aw, how was Juney?" m "She's doing awesome, going away for college was just what she needed." m "She's flourishing there." f "That's great, I can't wait to see her." scene c8s7_3 with dissolve m "Yeap, me either..." m "...and for that matter, either can Clint and David." scene c8s7_4 with dissolve f "Yeah I bet." scene c8s7_5 with dissolve m "So...David told me you guys had a little fun while I was gone." scene c8s7_6 with dissolve f "Yeah...just a little..." f "...you really aren't mad are you?" scene c8s7_7 with dissolve m "Girl, heck no." m "There's nothing I wouldn't share with either of you..." m "...and just like Juney, I want you to live life to the fullest." scene c8s7_8 with dissolve f "Aw, you're the best Mary." f "Speaking of David, where's that big hunk of man?" scene c8s7_9 with dissolve m "Think he's just finishing in the shower now." m "He's been working hard outside all day." f "Aw, he's such a good guy." m "He is..." scene c8s7_10 with dissolve m "Why don't we surprise him?" f "A surprise? I like the sound of that." m "Yeah and I think he'll like it too." m "Lets go." KN_MOD "menu:" KN_MOD "Watch what happens.:" KN_MOD "jump c8s7_cont" KN_MOD "Jump to end of scene:" KN_MOD "jump c8s7end" KN_MOD "label c8s7_cont:" scene c8s7_11 with dissolve stop music fadeout 3.0 $ renpy.pause(2.0, hard='True') play music "audio/s4music.mp3" fadein 3.0 f "I think you're right...he's going to like this." m "Definitely." m "He does so much...I think we can do all the work tonight." scene c8s7_12 with dissolve f "Absolutely..." f "The big guy deserves it." m "Our big guy." f "I like the sound of that..." scene c8s7_13 with dissolve "*(door opens)*" m "Hey baby...." scene c8s7_14 with dissolve d "Holy..." d "Hey girls..." m "Hey...we've been waiting for you." scene c8s7_15 with dissolve d "I see that..." scene c8s7_16 with dissolve m "We want to take care of you tonight." f "Yeah...you do so much, you deserve it." scene c8s7_17 with dissolve d "Well...I won't turn down that offer..." m "I didn't think you would." m "Come here." scene c8s7_18 with dissolve m "Mmmm...I don't think you'll need these." f "He sure wont..." scene c8s7_19 with dissolve m "Nice and hard already..." d "Can you blame me?" f "Mary, you're so lucky you get that big thing anytime you want." scene c8s7_20 with dissolve m "I am..." m "...but you can consider it yours as well Franny..." f "Aw...you were always the best at sharing." "*(both chuckle)*" scene c8s7_image20 with dissolve m "Mmmm...." f "That looks so good..." scene c8s7_image21 with dissolve d "It feels really good too." f "Yeah? She's good at it huh?" d "So good..." f "A little help couldn't hurt..." scene c8s7_25 with dissolve f "*(kisses)*" f "Mmmm..." scene c8s7_26 with dissolve m "Here honey...your turn." f "Okay." scene c8s7_image22 with dissolve "*(wet noises)*" f "Mmmm..." m "Oh look at her go..." scene c8s7_image23 with dissolve "*(kissing)*" f "*(light choking and wet noises)*" scene c8s7_31 with dissolve m "How's she doing?" d "Amazing..." scene c8s7_image24 with dissolve m "Let me help a little anyway..." d "*(moans)*" scene c8s7_image25 with dissolve m "Oh yeah...." m "He's liking that Franny..." scene c8s7_36 with dissolve m "I got an idea." m "Lay down on the bed baby." d "Mmmm okay." scene c8s7_image26 with dissolve f "God...he's just so...big." m "It's great isn't it?" scene c8s7_image27 with dissolve m "...and these big balls are full of that yummy cum." d "*(moans)*" scene c8s7_41 with dissolve f "You think I can maybe...taste it this time?" scene c8s7_image28 with dissolve m "That cna be arranged." m "Baby, can you cum in my [francine_rel_to_mary]'s mouth?" m "She wants to taste it." d "Fuck yes." m "I thought so." m "I know a way to get that cum outta him real quick." scene c8s7_image29 with dissolve m "*(tongue lapping noises)*" d "*(moans)*" m "Mmmm..." f "Oh wow..." f "That's...hot." scene c8s7_image30 with dissolve "*(wet noises and light choking)*" d "Oh yeah..." scene c8s7_image31 with dissolve d "Fuck...." "*(wet noises and light choking)*" scene c8s7_49 with dissolve d "Oh god..." scene c8s7_50 with dissolve d "*(moans and cums)*" f "Mmmmm..." m "Oh yeah...fill her mouth up..." scene c8s7_51 with dissolve f "*(slurps)*" m "Mmm...she didnt miss a drop..." m "I was a good [francine_rel_to_mary] and shared..." m "...why don't you do the same?" scene c8s7_52 with dissolve m "Mmmmm..." scene c8s7_53 with dissolve f "*(lightly spits)*" m "Mmmm..." scene c8s7_54 with dissolve "*(kissing)*" "*(both lightly moan)*" scene c8s7_55 with dissolve d "Fuck..." d "...you two are amazing." scene c8s7_56 with dissolve m "You too baby." m "I have a feeling we're going to have a lot of fun together." f "Yeah me too..." KN_MOD "label c8s7end:" KN_MOD "label c8end:" scene black with dissolve pause window hide dissolve scene black with dissolve dev "I hope you enjoyed the story so far." dev "You can find info on both this game and my other game HER DESIRE at: https://www.patreon.com/wackdaddy or you can click the link in the main menu." dev "Thanks for playing!" KN_MOD "return"