WTS/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy

486 lines
26 KiB
Plaintext

### Make Out With A Girl ###
label hg_pr_kiss:
# Setup
$ current_payout = 45
if hg_pr_kiss.counter == 0:
gen "{size=-4}(Tell her to go make out with one of her female classmates?){/size}" ("base", xpos="far_left", ypos="head")
menu:
"\"(Yes, let's do it!)\"":
pass
"\"(Not right now.)\"":
jump hermione_favor_menu
her "" (xpos="mid", ypos="base", trans=fade)
#Intro.
if hg_pr_kiss.counter == 0:
gen "Have You ever kissed another girl, [hermione_name]?" ("base", xpos="far_left", ypos="head")
her "?!" ("normal", "squint", "angry", "mid")
if her_reputation < 9:
jump too_much_public
her "I am not a... lesbian, [genie_name]." ("open", "base", "base", "mid")
gen "Silly girl... You don't need to be a lesbian to kiss girls." ("base", xpos="far_left", ypos="head")
gen "I mean, I do it and I am not a lesbian either." ("base", xpos="far_left", ypos="head")
her "..............." ("angry", "base", "angry", "mid")
her "[genie_name]--"
gen "No, \"[genie_name]s\"! This is your task for today!" ("base", xpos="far_left", ypos="head")
gen "Go find a cute little thing and plant a \"smooch\" on her!" ("base", xpos="far_left", ypos="head")
her "[genie_name], but I am--" ("open", "base", "worried", "mid")
gen "Dismissed, [hermione_name]." ("base", xpos="far_left", ypos="head")
her "[genie_name]!......" ("normal", "squint", "angry", "mid")
gen "I said you're dismissed." ("base", xpos="far_left", ypos="head")
her "*Humph*!..." ("annoyed", "squint", "angry", "mid")
else:
if her_tier >= 5:
gen "[hermione_name], {number=current_payout} house points are up for grabs today!" ("base", xpos="far_left", ypos="head")
gen "Are you interested?" ("base", xpos="far_left", ypos="head")
her "Sure, why not?" ("base", "base", "base", "mid")
gen "Great." ("base", xpos="far_left", ypos="head")
gen "I want you to make out with another girl today." ("base", xpos="far_left", ypos="head")
her "Alright." ("soft", "base", "base", "R")
her "I know a couple of girls who are hungry for attention and wouldn't mind putting on a little show." ("smile", "narrow", "base", "mid_soft")
gen "Great. See you after your classes then." ("base", xpos="far_left", ypos="head")
elif her_tier >= 4:
gen "[hermione_name], {number=current_payout} house points are up for grabs today!" ("base", xpos="far_left", ypos="head")
gen "Are you interested?" ("base", xpos="far_left", ypos="head")
her "I suppose..." ("annoyed", "narrow", "annoyed", "up")
gen "Great. All you need to do is make out with another girl." ("base", xpos="far_left", ypos="head")
her "I see..." ("annoyed", "narrow", "worried", "down")
gen "Up for the task, [hermione_name]?" ("base", xpos="far_left", ypos="head")
her "I guess..." ("annoyed", "base", "worried", "R")
gen "Great. See you after your classes then." ("base", xpos="far_left", ypos="head")
else:
gen "[hermione_name], {number=current_payout} house points are up for grabs today!" ("base", xpos="far_left", ypos="head")
gen "Are you interested?" ("base", xpos="far_left", ypos="head")
her "It depends..." ("normal", "base", "base", "mid")
her "Will I have to do something depraved again?"
gen "\"Depraved\"??! When did I ever--?" ("base", xpos="far_left", ypos="head")
her "Really, [genie_name]?" ("open", "closed", "angry", "mid")
gen "Fine, fine... But all I want you to do today is to make out with another girl." ("base", xpos="far_left", ypos="head")
her "Oh, is that all?" ("angry", "base", "angry", "mid") # :(
gen "Yes... Pretty basic stuff for you, right?" ("base", xpos="far_left", ypos="head")
gen "And you will be getting {number=current_payout} house points afterwards of course." ("base", xpos="far_left", ypos="head")
her "............." ("normal", "squint", "angry", "mid")
gen "So... Are you up for it?" ("base", xpos="far_left", ypos="head")
her "I will see what I can do, [genie_name]..." ("annoyed", "narrow", "angry", "R")
gen "Great. See you after your classes then." ("base", xpos="far_left", ypos="head")
her "................" ("annoyed", "narrow", "annoyed", "mid")
call her_walk(action="leave")
$ hg_pr_kiss.inProgress = True
jump end_hermione_event
label end_hg_pr_kiss:
$ gryffindor += current_payout
gen "The Gryffindor house gets {number=current_payout} points!" ("base", xpos="far_left", ypos="head")
her "Thank you, [genie_name]."
label .no_points:
call her_walk("door", "base")
pause.2
# Inner monologue
if hg_pr_kiss.counter == 1:
show screen blktone
with d3
her "(*Tsk*)" ("mad", "base", "angry", "R", ypos="head", flip=False, trans=d3)
hide screen blktone
with d3
call her_chibi("leave")
label .quick_end:
# Increase Points
if not hg_pr_kiss.is_tier_complete():
$ her_reputation += 1
$ hg_pr_kiss.inProgress = False
jump end_hermione_event
label hg_pr_kiss_intro:
call her_walk(action="enter", xpos="mid", ypos="base")
her "Good evening, [genie_name]." ("base", "base", "base", "mid", xpos="mid", ypos="base", trans=fade)
gen "[hermione_name]..." ("base", xpos="far_left", ypos="head")
gen "Did you succeed in completing your task?" ("base", xpos="far_left", ypos="head")
her "Yes, [genie_name]..."
if hg_pr_kiss.is_tier_complete():
menu:
"\"Great. Here are your points.\"":
jump end_hg_pr_kiss
"\"Give me the details.\"":
pass
stop music fadeout 3.0
if hg_pr_kiss.counter == 1:
her "......" ("annoyed", "narrow", "angry", "R")
her "Well... I..." ("soft", "base", "base", "R")
gen "Don't be shy, [hermione_name]." ("base", xpos="far_left", ypos="head")
gen "Have you kissed someone?" ("base", xpos="far_left", ypos="head")
return
### Tier 3 ###
label hg_pr_kiss_T3_E1:
call hg_pr_kiss_intro
her "I..." ("open", "base", "worried", "mid")
gen "I told you to make out with another girl..." ("base", xpos="far_left", ypos="head")
gen "Did you do it or not?" ("base", xpos="far_left", ypos="head")
her "I..." ("open", "base", "worried", "R")
her "I tried, [genie_name]. I really did."
gen "And?" ("base", xpos="far_left", ypos="head")
her "Well..." ("annoyed", "base", "worried", "R")
call play_music("hermione") # Music
her "It was awkward and embarrassing..."
gen "did you do it or not?" ("base", xpos="far_left", ypos="head")
her "... no I did not, [genie_name]..." ("annoyed", "narrow", "angry", "R")
her "All I achieved was making a complete fool out of myself..."
her "In front of the entire class..." ("angry", "base", "angry", "mid")
gen "Tell me what happened, [hermione_name]." ("base", xpos="far_left", ypos="head")
her "No, I will not, [genie_name]." ("annoyed", "narrow", "angry", "R")
her "Not in a million years!"
her "Why do I have to perform such ridiculous tasks anyway?!" ("shock", "happyCl", "worried", "mid")
her "What is the point of all this?"
her "I hate this!" ("scream", "closed", "angry", "mid")
her "..............." ("annoyed", "narrow", "angry", "R")
her "................."
gen ".............." ("base", xpos="far_left", ypos="head")
gen "You are not getting paid, you know that, right?" ("base", xpos="far_left", ypos="head")
her "I don't care..." ("scream", "closed", "angry", "mid")
$ her_mood += 12
jump end_hg_pr_kiss.no_points
label hg_pr_kiss_T3_E2:
call hg_pr_kiss_intro
call play_music("hermione") # Music
her "I did, [genie_name]..." ("open", "closed", "base", "mid")
gen "Good. Give me the details." ("base", xpos="far_left", ypos="head")
her "Well, I kissed a girl. Just like you told me to, [genie_name]." ("annoyed", "squint", "base", "mid")
gen "I guess it was embarrassing for you, girl?" ("base", xpos="far_left", ypos="head")
her "Very much so, [genie_name]." ("annoyed", "narrow", "angry", "R")
gen "Did you enjoy it though?" ("base", xpos="far_left", ypos="head")
her "*Humph*!..." ("annoyed", "narrow", "annoyed", "mid")
gen "So you kissed a girl and you liked it?" ("base", xpos="far_left", ypos="head")
her "Yes..." ("disgust", "narrow", "base", "mid_soft")
gen "Did your tongues touch?" ("base", xpos="far_left", ypos="head")
her "Yes..." ("disgust", "narrow", "base", "mid_soft")
her "It was a proper deep kiss, if that's what you want to know."
her "Can I just get my payment now?"
her "Please, [genie_name]..." ("annoyed", "narrow", "angry", "R")
gen "Well, alright..." ("base", xpos="far_left", ypos="head")
jump end_hg_pr_kiss
label hg_pr_kiss_T3_E3:
call hg_pr_kiss_intro
call play_music("hermione") # Music
her "Yes, I did, [genie_name]." ("open", "closed", "base", "mid")
gen "Good. Tell me how it went." ("base", xpos="far_left", ypos="head")
her "It went well, [genie_name]." ("open", "closed", "base", "mid")
gen "Great. Give me the details." ("base", xpos="far_left", ypos="head")
her "What would you like to know, [genie_name]?" ("open", "closed", "angry", "mid")
gen "Tell me everything! Was the girl pretty?" ("base", xpos="far_left", ypos="head")
gen "Did she return your kiss?" ("base", xpos="far_left", ypos="head")
her "She was relatively pretty, [genie_name]." ("open", "squint", "base", "mid")
her "And she did return my kiss..."
her "..........." ("annoyed", "closed", "base", "mid")
her "Anything else, [genie_name]?" ("open", "squint", "base", "mid")
gen "...." ("base", xpos="far_left", ypos="head")
gen "Why are you being difficult, [hermione_name]?" ("base", xpos="far_left", ypos="head")
her "With all due respect, [genie_name]..." ("open", "closed", "angry", "mid")
her "You told me to make out with another girl, and I did..."
her "Now, I would like to get paid if you would be so kind." ("normal", "base", "base", "mid")
gen "......................" ("base", xpos="far_left", ypos="head")
menu:
"\"Fine. Here is your payment, girl.\"":
pass
"\"I don't appreciate your attitude, [hermione_name].\"":
her "Well, that is unfortunate, [genie_name]." ("open", "closed", "angry", "mid")
gen "Sure is..." ("base", xpos="far_left", ypos="head")
gen "Because you are not getting paid you insolent, little witch." ("base", xpos="far_left", ypos="head")
stop music fadeout 1.0
her "What?" ("normal", "base", "base", "mid")
her "[genie_name], you can't do that!" ("open", "base", "worried", "mid")
gen "Dismissed." ("base", xpos="far_left", ypos="head")
her "B-but--" ("open", "base", "worried", "R")
her "[genie_name], please!" ("open", "base", "worried", "mid")
her "The girl was from Hufflepuff and--"
gen "Too late for that, [hermione_name]." ("base", xpos="far_left", ypos="head")
gen "You are dismissed." ("base", xpos="far_left", ypos="head")
her "......" ("angry", "base", "base", "mid", tears="soft")
call her_walk(action="run", xpos="door", speed=2, reduce=True)
call her_chibi("leave")
pause 1.0
gen "*Tsk*" ("base", xpos="far_left", ypos="head")
$ her_mood +=25
jump end_hg_pr_kiss.quick_end
jump end_hg_pr_kiss
### Tier 4 ###
label hg_pr_kiss_T4_E1:
call hg_pr_kiss_intro
her "I did, [genie_name]..." ("open", "closed", "base", "mid")
gen "Well, don't just stand there. Give me the details." ("base", xpos="far_left", ypos="head")
her "*Ehm*, alright..." ("open", "base", "base", "mid")
her "The girl was from Ravenclaw..."
her "I think she may have been an underclassman, but I did not ask..." ("soft", "base", "base", "R")
her "We got to talking about boys..."
her "And she told me that she never kissed one..." ("open", "closed", "base", "mid")
her "And that she is worried that she might be very bad at it..."
her "So I just offered my help..." ("base", "base", "base", "mid")
call play_music("playful_tension") # Music
her "And then we spent some time in one of the bathroom stalls..."
her "Making out..." ("base", "base", "base", "mid")
her "She caught on real quick... I think she could be really good at it with some practice..." ("open", "base", "base", "mid")
her "Also she was quite adorable..." ("base", "base", "base", "mid")
her "She kept calling me \"Miss Hermione\"..." ("smile", "base", "base", "R")
gen "*Hmm*..." ("base", xpos="far_left", ypos="head")
gen "I Don't recall sending you out with a task to confuse some poor girl, [hermione_name]." ("base", xpos="far_left", ypos="head")
her "\"Confuse\"? [genie_name], please..." ("smile", "narrow", "base", "mid_soft")
her "You should have seen that {i}poor girl{/i}..."
her "I assure you that she was anything but confused." ("smile", "base", "angry", "mid")
her "In fact, at the end of our \"Study session\" she got rather obnoxious..."
her "And it sort of felt as if she was taking advantage of me..." ("open", "base", "base", "mid")
gen "Oh... Well, in that case..." ("base", xpos="far_left", ypos="head")
her "" ("base", "base", "base", "mid")
jump end_hg_pr_kiss
label hg_pr_kiss_T4_E2:
call hg_pr_kiss_intro
call play_music("hermione") # Music
her "I did, [genie_name]." ("open", "closed", "base", "mid")
gen "Tell me how it went." ("base", xpos="far_left", ypos="head")
her "Well... *Ehm*..." ("open", "base", "base", "mid")
her "There is this one girl who is into girls..."
her "I thought she would be the ideal candidate for my task..."
her "so I told her that I am curious and that I would like to kiss her..."
her "She said that we should go to the girls' restroom for that..." ("open", "narrow", "worried", "down")
her "But I just kissed her right there in the corridor..."
her "And she kissed me back but..." ("open", "base", "base", "mid")
her "It got weird really fast..." ("angry", "narrow", "base", "down")
her "The way she kissed me..."
her "She did it like a boy would, [genie_name]..." ("angry", "base", "base", "mid")
her "Aggressive but confident..." ("angry", "narrow", "base", "down")
her "Naturally a small group of spectators gathered up around us right away..." ("upset", "closed", "base", "mid")
her "Mostly boys of course..." ("open", "base", "base", "mid", cheeks="blush")
her "Some of them even cheered us on..." ("open", "happyCl", "worried", "mid", cheeks="blush")
her "....." ("base", "squint", "base", "mid")
her "By the way, the girl I kissed, [genie_name]..."
gen "*Hmm*...?" ("base", xpos="far_left", ypos="head")
her "She is one of those unpopular girls..." ("open", "closed", "base", "mid")
her "I know that other students make fun of her sometimes..."
her "But today changed everything..." ("base", "squint", "base", "mid")
her "I Single-handedly turned that girl from a social outcast..."
her "Into \"that lesbian girl who made out with Hermione Granger\"!" ("smile", "base", "angry", "mid")
gen "Wow... You are just like some kind of hero or something..." ("base", xpos="far_left", ypos="head")
her "I suppose I am, [genie_name]..." ("base", "narrow", "base", "mid_soft")
her "I changed that poor girl's life..."
gen "Now you are just pulling on my heartstrings..." ("base", xpos="far_left", ypos="head")
jump end_hg_pr_kiss
label hg_pr_kiss_T4_E3:
call hg_pr_kiss_intro
her "I did."
her ".........." ("annoyed", "base", "base", "R")
her "[genie_name]?" ("open", "closed", "base", "mid")
gen "Yes, [hermione_name]?" ("base", xpos="far_left", ypos="head")
her "May I ask you a question?" ("open", "base", "base", "mid")
gen "By all means." ("base", xpos="far_left", ypos="head")
her "*Ehm*..." ("annoyed", "narrow", "angry", "R")
call play_music("hermione") # Music
her "Why are boys so into watching girls make out with each other, [genie_name]?" ("disgust", "narrow", "base", "mid_soft")
menu:
gen "..." ("base", xpos="far_left", ypos="head")
"\"Who knows? Boys are weird.\"":
her "Yes, they are, aren't they...?" ("angry", "narrow", "base", "down")
gen "Yes, yes..." ("base", xpos="far_left", ypos="head")
gen "And that is why young girls such as yourself..." ("base", xpos="far_left", ypos="head")
gen "Are often interested in a much older gentleman..." ("base", xpos="far_left", ypos="head")
her "??!" ("angry", "base", "base", "mid")
her "That is not what I meant, [genie_name]..." ("annoyed", "narrow", "annoyed", "mid")
"\"You wouldn't understand, girl.\"":
her "*Hmm*..." ("upset", "closed", "base", "mid")
her "What about you, [genie_name]?" ("angry", "base", "base", "mid")
her "Were you like that when you were younger?"
gen "You mean if I enjoyed watching two girls going at it?" ("base", xpos="far_left", ypos="head")
gen "Well of course." ("base", xpos="far_left", ypos="head")
gen "I still do..." ("base", xpos="far_left", ypos="head")
her "Oh..." ("upset", "closed", "base", "mid")
"\"Kissing girls? Where?!!\"":
her "*Tsk*!......................" ("angry", "base", "angry", "mid", emote="angry")
her "Well, I am only asking you this, [genie_name], because..." ("open", "narrow", "worried", "down")
her "... it is sort of becoming a new trend in our school..." ("angry", "base", "base", "mid")
her "Some girls are willing to do this simply to catch the attention of the boy they fancy..."
gen "Are you one of those girls, [hermione_name]?" ("base", xpos="far_left", ypos="head")
her "I suppose..." ("angry", "narrow", "base", "down")
her "I mean, only because of the favours you buy from me, [genie_name]..." ("upset", "closed", "base", "mid")
gen "Good... Tell me more." ("base", xpos="far_left", ypos="head")
her "Well, as you know, I am quite popular..." ("smile", "happyCl", "base", "mid", emote="happy")
her "So all I had to do is just mention that I would not mind doing it today..." ("base", "happyCl", "base", "mid")
her "And I had half a dozen girls lined up instantly..."
her "I chose a girl from Gryffindor of course..." ("base", "base", "base", "mid")
her "And we put on a little show right in the middle of the classroom..." ("open", "base", "base", "mid")
gen "Good... Tongue and everything?" ("base", xpos="far_left", ypos="head")
her "Tongue and everything, [genie_name]." ("annoyed", "base", "worried", "R")
gen "Nicely done." ("base", xpos="far_left", ypos="head")
her "" ("base", "base", "base", "mid")
jump end_hg_pr_kiss
### Tier 5 ###
label hg_pr_kiss_T5_E1:
call hg_pr_kiss_intro
call play_music("hermione") # Music
her "I did, [genie_name]." ("soft", "base", "base", "mid")
gen "I'm all ears..." ("base", xpos="far_left", ypos="head")
her "Well, I kissed that annoying blond girl from Slytherin..." ("annoyed", "squint", "base", "mid")
gen "*Hmm*... \"annoying\", *huh*?" ("base", xpos="far_left", ypos="head")
gen "Because she happens to be from Slytherin." ("base", xpos="far_left", ypos="head")
her "Precisely so, [genie_name]." ("open", "closed", "base", "mid")
gen "*Hmm*..." ("base", xpos="far_left", ypos="head")
gen "Don't you think you're being a little prejudiced there?" ("base", xpos="far_left", ypos="head")
gen "Or shall I say that you are being a \"housist\"?" ("base", xpos="far_left", ypos="head")
her "... a \"housist\", [genie_name]?" ("annoyed", "narrow", "annoyed", "mid")
gen "Well, you know... It's like \"sexist\" or \"ageist\"..." ("base", xpos="far_left", ypos="head")
gen "You just put an \"ist\" after something and it automatically becomes a bad thing..." ("base", xpos="far_left", ypos="head")
her "\"housist\" is not an actual word, [genie_name]..." ("soft", "base", "base", "R")
gen "It's not? Well, give it time..." ("base", xpos="far_left", ypos="head")
her ".............?" ("annoyed", "narrow", "annoyed", "mid")
gen "\"Housophobic\"...?" ("base", xpos="far_left", ypos="head")
gen "No, wait, I got it!" ("base", xpos="far_left", ypos="head")
gen "\"Housophobe\"!" ("base", xpos="far_left", ypos="head")
her "Stop it, [genie_name]. I am not any of those weird words..." ("normal", "squint", "angry", "mid")
her "Slytherins are evil and annoying. Nobody likes them, and that is a fact!"
gen "Fine, whatever. Back to the \"girl-kissing\" then." ("base", xpos="far_left", ypos="head")
her "..............." ("annoyed", "base", "worried", "R")
her "Like I was saying..."
her "I kissed that girl from Slytherin..." ("open", "base", "base", "mid")
her "Normally I would never do it, of course..." ("annoyed", "narrow", "angry", "R")
her "Not with someone from that wretched house any way..."
her "But she approached me first and practically begged me to do it with her..." ("annoyed", "narrow", "annoyed", "mid")
her "And today of all days..." ("annoyed", "narrow", "angry", "R")
her "to be honest..."
her "She was quite attractive..." ("annoyed", "narrow", "annoyed", "mid")
her "For someone from Slytherin that is..." ("upset", "closed", "base", "mid")
her "I did not ask her why she needed this so desperately..." ("open", "closed", "base", "mid")
her "She was probably just trying to boost her own popularity at my expense..."
her "Or it could also be that someone from the school staff bought this favour from her..."
her "The same way you buy favours from me, [genie_name]..." ("open", "narrow", "annoyed", "mid", cheeks="blush")
gen "(Snape?)" ("base", xpos="far_left", ypos="head")
her "If that is the case I am sure that it was professor Snape..." ("angry", "base", "angry", "mid")
gen "What? He would never..." ("base", xpos="far_left", ypos="head")
her "You should really investigate Professor Snape's activities, [genie_name]..." ("annoyed", "narrow", "angry", "R")
gen "Of course..." ("base", xpos="far_left", ypos="head")
gen "Putting him on my \"naughty boys list\" as we speak..." ("base", xpos="far_left", ypos="head")
her ".........." ("disgust", "narrow", "base", "mid_soft")
gen "What happened next, [hermione_name]?" ("base", xpos="far_left", ypos="head")
her "Oh, right..." ("open", "narrow", "worried", "down")
her "Well, we made out for a while..."
her "She was very... passionate."
her "So I imagine it was quite a spectacle..." ("angry", "wink", "base", "mid")
her "The boys were cheering and whistling..."
her "So we decided to \"snowball\" a little..." ("base", "narrow", "worried", "down")
gen "I'm sorry, you decided to do what?" ("base", xpos="far_left", ypos="head")
her "To \"snowball\", [genie_name]." ("angry", "wink", "base", "mid")
her "It is when one girl spits into another girl's mouth..." ("base", "narrow", "base", "mid_soft")
her "We call it \"snowballing\"..."
her "The boys really go crazy from that for some reason..."
gen "I imagine they do..." ("base", xpos="far_left", ypos="head")
her "So she spat into my mouth..." ("open", "closed", "base", "mid")
her "And then I spat into hers..."
her "Although I would much rather spit in her face!" ("angry", "base", "angry", "mid", cheeks="blush")
her "Then she returned my spit..." ("annoyed", "narrow", "angry", "R")
her "And I had to fight the urge to slap her smug face for doing that..." ("angry", "base", "angry", "mid", cheeks="blush")
her "But I don't think the boys would appreciate that..." ("upset", "closed", "base", "mid")
gen "Well... You would be surprised..." ("base", xpos="far_left", ypos="head")
her "In any case, After that we kissed some more..." ("base", "narrow", "worried", "down")
her "And then the break was over..."
her "And we had to run to class..." ("angry", "wink", "base", "mid")
gen "*Sigh*... Nonchalant and innocent schooldays..." ("base", xpos="far_left", ypos="head")
gen "Home assignments... Classes..." ("base", xpos="far_left", ypos="head")
gen "Schoolgirls \"snowballing\" in the courtyard..." ("base", xpos="far_left", ypos="head")
gen "Well done, [hermione_name]." ("base", xpos="far_left", ypos="head")
her "" ("grin", "base", "base", "R")
jump end_hg_pr_kiss
label hg_pr_kiss_T5_E2:
call hg_pr_kiss_intro
her "I did, [genie_name]." ("open", "closed", "base", "mid")
her "Only... *Ehm*..." ("grin", "base", "base", "R")
gen "What is it?" ("base", xpos="far_left", ypos="head")
her "Well... I have this friend..." ("base", "base", "base", "mid")
her "Her name is Ginny Weasley..."
her "And... *Ehm*..." ("base", "base", "base", "R", cheeks="blush")
her "I'm Not sure how to say this..."
gen "Just say it, [hermione_name]." ("base", xpos="far_left", ypos="head")
her "Well, we decided to skip the potions class together..." ("open", "base", "base", "mid")
her "And study for the upcoming Herbology test instead..."
her "So me and Ginny, we were studying..."
her "And we got to talking about boys..."
gen "Naturally..." ("base", xpos="far_left", ypos="head")
call play_music("playful_tension") # Music
her "And then I sort of kissed her..." ("open", "base", "base", "R", cheeks="blush")
her "And Ginny returned my kiss with such passion..." ("base", "narrow", "base", "mid_soft")
her "that we sort of ended up doing more than just kissing..."
gen "And afterwards you had a pillow fight in lingerie?" ("grin", xpos="far_left", ypos="head")
her "*Err*... No..." ("open", "happy", "base", "mid", cheeks="blush")
gen "What did you do then?" ("base", xpos="far_left", ypos="head")
her "I am not telling you, [genie_name]." ("base", "base", "base", "R", cheeks="blush") # :)
her "You sent me out to kiss a girl..."
her "And I did just that."
her "The rest shall remain private." ("angry", "wink", "base", "mid")
gen "Now you are just being cruel, you little witch." ("base", xpos="far_left", ypos="head")
her "My points please." ("smile", "narrow", "base", "mid_soft")
gen "Fine..." ("base", xpos="far_left", ypos="head")
jump end_hg_pr_kiss