WTS/game/scripts/characters/cho/events/quidditch/training.rpy

704 lines
36 KiB
Plaintext

### Cho Quidditch Tactics ###
label cho_training:
# Automatic-Events
# Quiz.
if not cho_quiz.complete:
jump cho_quiz
# Training Intro 1.
# Event fails. Cho will get mad and leaves.
if not cho_quid.E1_complete:
jump cho_quid_E1
# Training Intro 2.
if not cho_quid.E2_complete:
jump cho_quid_E2
# Setup
show screen blkfade
call hide_characters
with d5
$ cho_outfit_last.save()
$ cho.equip(cho_outfit_quidditch) # Equip quidditch set
call cho_chibi("stand", "right", "base")
call gen_chibi("stand", "desk", "base")
hide screen bld1
hide screen blkfade
with d5
pause .8
# Menu
label .choices:
menu:
"-Discuss Quidditch Training-":
if cho_tier == 1:
# Hufflepuff
jump cc_ht_talk
elif cho_tier == 2:
# Slytherin
jump cc_st_talk
elif cho_tier == 3:
# Gryffindor
jump cc_gt_talk
jump cho_training.choices
"-Discuss Tactics-" if cc_pf_talk.is_tier_complete() and not cho_quid.lock_tactic:
if cho_tier == 1:
# Hufflepuff
# Clothes: Skirt, Robes
if not hufflepuff_match == "intro_done":
$ hufflepuff_match = "intro_done"
gen "I got it!" ("base", xpos="far_left", ypos="head")
cho "Got what?" ("soft", "base", "base", "mid")
gen "I know how to get you that win against those Badgers!" ("base", xpos="far_left", ypos="head")
cho "Really? How?" ("soft", "base", "raised", "mid")
gen "You told me how, yourself." ("base", xpos="far_left", ypos="head")
gen "Panties are the key!" ("base", xpos="far_left", ypos="head")
cho "Panties? What do panties have to do with Quidditch?" ("soft", "wide", "raised", "mid")
gen "Everything, girl!{w} For some they are the meaning of life!" ("base", xpos="far_left", ypos="head")
cho "What are you suggesting exactly?" ("clench", "base", "base", "mid", cheeks="blush")
gen "My plan is that we use Cedric's obsession with panties to distract him during the game." ("base", xpos="far_left", ypos="head")
cho "I don't really see how that would be--" ("annoyed", "base", "base", "downR", cheeks="blush")
gen "You'll have to wear a skirt of course." ("base", xpos="far_left", ypos="head")
cho "A skirt?" ("clench", "wide", "base", "mid", cheeks="heavy_blush") #shocked
gen "Of course!" ("grin", xpos="far_left", ypos="head")
gen "If he's too focused on your panties there's no way he'll catch that snatch!" ("grin", xpos="far_left", ypos="head")
else:
# Repeated intro
gen "So about that tactic..." ("base", xpos="far_left", ypos="head")
if cho_whoring < 3:
# Fail
cho "Got a better plan? One that doesn't involve showing off my panties?" ("annoyed", "base", "base", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
cho "Didn't think so..." ("open", "narrow", "raised", "mid")
gen "(Damn... maybe I need to work on her confidence a bit...)" ("base", xpos="far_left", ypos="head")
gen "(Some more favours should surely do it...)" ("grin", xpos="far_left", ypos="head")
jump cho_training.choices
if cho_whoring >= 3:
$ cho_quid.lock_practice = False
cho "..." ("normal", "narrow", "base", "downR", cheeks="blush")
cho "You actually think that will work?" ("open", "closed", "angry", "mid", cheeks="blush")
gen "If what you're telling me about him is true then I'm sure of it." ("base", xpos="far_left", ypos="head")
cho "..." ("clench", "closed", "base", "mid", cheeks="blush")
cho "But what if it doesn't?" ("annoyed", "base", "base", "down", cheeks="blush")
cho "I need to win the game to make it to the finals!" ("open", "base", "angry", "mid", cheeks="blush")
gen "Then let's put this theory into practice..." ("base", xpos="far_left", ypos="head")
cho "You want me to try it out during next practice against them?" ("upset", "base", "raised", "mid", cheeks="blush")
gen "You do practice matches against the other...{w=0.5} actually, that's a great idea!" ("base", xpos="far_left", ypos="head")
gen "That way we'll know it works for sure!" ("base", xpos="far_left", ypos="head")
cho "..." ("disgust", "base", "base", "down", cheeks="blush")
cho "Fine, but I'm not changing any of my other clothes, I'd rather not have anyone else staring at my panties..." ("annoyed", "base", "angry", "mid", cheeks="blush")
gen "Okay then..." ("base", xpos="far_left", ypos="head")
gen "Get your broom and Quidditch-gear... and put that skirt on!" ("base", xpos="far_left", ypos="head")
cho "Alright..." ("annoyed", "base", "base", "mid", cheeks="blush")
#Cho returns with the Hufflepuff clothing combination
$ cho.equip(cho_outfit_quidditch_hufflepuff)
$ cho_outfit_quidditch.save()
cho "Okay then, now what?" ("upset", "base", "base", "R", trans=fade)
gen "Now let's try some flying positions..." ("base", xpos="far_left", ypos="head")
gen "Get on that broom, [cho_name]." ("base", xpos="far_left", ypos="head")
call cho_chibi("fly", "mid", "base")
hide cho_main
with fade
gen "Excellent..." ("base", xpos="far_left", ypos="head")
jump cho_tactics
else:
# Fail
cho "I will do nothing of the sort!" ("mad", "base", "angry", "mid")
gen "Sorry?" ("base", xpos="far_left", ypos="head")
cho "You want me to wear a skirt during quidditch?" ("mad", "narrow", "angry", "mid")
cho "The whole school will be there!" ("clench", "wide", "base", "mid")
gen "Don't focus on them, Cedric is your target!" ("base", xpos="far_left", ypos="head")
cho "But they'll see my panties!" ("mad", "base", "base", "down", cheeks="blush")
cho "No, I will not be going through with this plan of yours..." ("open", "base", "angry", "mid", cheeks="blush")
cho "You better come up with something else!" ("soft", "base", "angry", "mid", cheeks="blush")
# Cho gets upset and leaves
$ cho_mood += 6
call cho_walk(action="leave")
gen "(Damn... maybe I need to work on her confidence a bit...)" ("base", xpos="far_left", ypos="head")
gen "(Some more favours should surely do it...)" ("grin", xpos="far_left", ypos="head")
$ cho.equip(cho_outfit_last)
call gen_chibi("sit_behind_desk")
with fade
jump end_cho_event
elif cho_tier == 2:
# Slytherin
# Clothes: Trousers, Pullover
if not slytherin_match == "intro_done":
$ slytherin_match = "intro_done"
gen "I got it!" ("base", xpos="far_left", ypos="head")
gen "I've got the perfect idea on how to beat those snakes!" ("base", xpos="far_left", ypos="head")
cho "..." ("normal", "narrow", "raised", "mid")
gen "Do we even say \"phrasing\" anymore?" ("base", xpos="far_left", ypos="head")
cho "Just tell me your plan." ("open", "narrow", "raised", "mid")
gen "It's all about the ass!" ("base", xpos="far_left", ypos="head")
cho "The ass?" ("upset", "base", "raised", "mid", cheeks="blush") #shocked
gen "Yes, you told me how those brutes love a good ass spanking, now that's an ass fetish if I ever heard one!" ("base", xpos="far_left", ypos="head")
gen "So this time we'll have those Slytherins get a good look of your ass!" ("base", xpos="far_left", ypos="head")
else:
# Repeated intro
gen "So about that tactic..." ("base", xpos="far_left", ypos="head")
if cho_whoring < 9:
# Fail
cho "Got a better plan? One that doesn't involve flaunting my ass to those Slytherins?" ("annoyed", "base", "base", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
cho "Didn't think so..." ("open", "narrow", "raised", "mid")
gen "(Damn...)" ("base", xpos="far_left", ypos="head")
gen "(Looks like she isn't confident enough yet...)" ("base", xpos="far_left", ypos="head")
gen "(Some more favours should do the trick.)" ("base", xpos="far_left", ypos="head")
jump cho_training.choices
if cho_whoring >= 9 and cc_pf_strip.is_event_complete(2, 3):
$ cho_quid.lock_practice = False
cho "..." ("soft", "base", "raised", "mid")
gen "And yes, before you ask, I'm sure this will ensure the win." ("base", xpos="far_left", ypos="head")
cho "Fine..." ("upset", "base", "base", "R", cheeks="blush")
cho "I can't believe I'm saying this..." ("soft", "happyCl", "base", "mid", cheeks="blush")
cho "I'll flaunt my ass... to those Slytherins." ("clench", "narrow", "base", "mid", cheeks="blush")
gen "Excellent, then let's discuss some tactics..." ("base", xpos="far_left", ypos="head")
gen "I'd like you to put on some trousers this time." ("base", xpos="far_left", ypos="head")
gen "And get rid of your robes, they'll cover it too much." ("base", xpos="far_left", ypos="head")
cho "Get rid of my--" ("open", "wide", "angry", "mid", cheeks="heavy_blush") #Shocked
gen "You can put on something else, just something that doesn't cover the goods." ("base", xpos="far_left", ypos="head")
cho "Alright...{w=0.5} give me a minute to fetch my gear..." ("angry", "closed", "base", "mid", cheeks="blush")
#Cho returns with the Slytherin clothing combination
$ cho.equip(cho_outfit_quidditch_slytherin)
$ cho_outfit_quidditch.save()
cho "Okay then, tell me what to do." ("base", "base", "base", "mid", trans=fade)
gen "Get on that broom, [cho_name]." ("base", xpos="far_left", ypos="head")
call cho_chibi("fly", "mid", "base")
hide cho_main
with fade
gen "Great." ("base", xpos="far_left", ypos="head")
jump cho_tactics
else:
# Fail
cho "But, they're Slytherins!" ("clench", "base", "angry", "mid")
gen "And?" ("base", xpos="far_left", ypos="head")
cho "You expect me to flaunt my ass to those brutes?" ("mad", "base", "angry", "mid", cheeks="heavy_blush")
gen "Are you telling me you don't think it will work?" ("base", xpos="far_left", ypos="head")
cho "Of course it will work, they're dumb as hell." ("open", "base", "angry", "R", cheeks="blush")
cho "But everyone will be able to see my butt!" ("quiver", "base", "raised", "down")
gen "That's the point." ("angry", xpos="far_left", ypos="head")
cho "But, but, but!" ("open", "closed", "worried", "mid")
gen "That's probably what the crowd will be chanting..." ("grin", xpos="far_left", ypos="head")
cho "Teasing Cedric is one thing... but the Slytherins..." ("mad", "happyCl", "worried", "down")
cho "I can't see my self doing...{w=0.4} this..." ("base", "base", "base", "mid")
gen "Well, that's your loss I guess..." ("base", xpos="far_left", ypos="head")
cho "..." ("normal", "happyCl", "base", "mid", cheeks="blush")
cho "If that's all you have then I think I'm done here." ("open", "base", "worried", "down", cheeks="blush")
# Cho gets upset and leaves
$ cho_mood += 3
call cho_walk(action="leave")
gen "(Damn...)" ("base", xpos="far_left", ypos="head")
gen "(Looks like she isn't confident enough yet...)" ("base", xpos="far_left", ypos="head")
gen "(Some more favours should do the trick.)" ("base", xpos="far_left", ypos="head")
$ cho.equip(cho_outfit_last)
call gen_chibi("sit_behind_desk")
with fade
jump end_cho_event
elif cho_tier == 3:
# Gryffindor:
# Clothes: No clothes decided on yet
if not gryffindor_match == "intro_done":
$ gryffindor_match = "intro_done"
gen "I have got it!" ("base", xpos="far_left", ypos="head")
cho "Finally..." ("soft", "base", "raised", "R")
cho "So, what's the plan?" ("open", "base", "raised", "mid")
gen "It's time to get intimate!" ("base", xpos="far_left", ypos="head")
cho "Intimate?" ("upset", "base", "raised", "mid")
gen "Yes, {i}touchy-touchy{/i}!" ("base", xpos="far_left", ypos="head")
else:
# Repeated intro
gen "So about our tactics..." ("base", xpos="far_left", ypos="head")
if not cc_pf_strip.is_event_complete(3,3) or not cc_pf_blowjob.is_event_complete(3,3):
# Fail
cho "Got a better plan that doesn't involve me getting groped?" ("annoyed", "base", "base", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
cho "Didn't think so..." ("open", "narrow", "raised", "mid")
gen "(She doesn't seem fully convinced just yet...)" ("base", xpos="far_left", ypos="head")
gen "(Maybe a few personal lessons would make her more open-minded.)" ("base", xpos="far_left", ypos="head")
jump cho_training.choices
if cc_pf_strip.is_event_complete(3,3) and cc_pf_blowjob.is_event_complete(3,3):
$ cho_quid.lock_practice = False
cho "What is this plan of yours based on?" ("soft", "narrow", "base", "down", cheeks="blush")
if cc_pr_manipulate_girls.is_complete(): # has completed "Manipulate the girls!" public request?
gen "These girls sure seem fond of you. If you could get close to them, they surely will lose focus on the game." ("base", xpos="far_left", ypos="head")
cho "Maybe so, but that doesn't solve one important issue..." ("open", "base", "raised", "mid", cheeks="blush")
else:
gen "It's obvious isn't it..." ("base", xpos="far_left", ypos="head")
cho "No?" ("annoyed", "base", "raised", "mid", cheeks="blush")
gen "Girls doing naughty things together..." ("base", xpos="far_left", ypos="head")
cho "What are you getting at?" ("angry", "base", "raised", "mid", cheeks="blush")
gen "If you get close to them they will lose focus on the game!" ("base", xpos="far_left", ypos="head")
cho "..." ("normal", "closed", "base", "mid", cheeks="blush") #worried
cho "What about the boys?" ("mad", "base", "raised", "mid", cheeks="blush")
gen "What about them?" ("base", xpos="far_left", ypos="head")
cho "Shouldn't their seeker, Harry, be our priority?" ("annoyed", "narrow", "raised", "R") #annoyed
gen "Similar tactic could work on him too." ("base", xpos="far_left", ypos="head")
gen "Imagine Miss Granger's reaction if you get close to him." ("grin", xpos="far_left", ypos="head")
cho "Now that's a plan!" ("smile", "base", "base", "mid")
gen "Great! it's settled then." ("base", xpos="far_left", ypos="head")
cho "What should I be wearing?" ("open", "base", "raised", "mid")
gen "What do you mean?" ("base", xpos="far_left", ypos="head")
cho "Well, up until now you've made me wear some silly combination of clothes." ("soft", "base", "base", "mid")
gen "You can wear whatever you like, fashion is too complicated for me." ("base", xpos="far_left", ypos="head")
cho "I see..." ("base", "narrow", "base", "mid")
cho "In that case--" ("open", "base", "base", "R")
#
cho "--Let me fetch my gear, and we can jump straight to training." ("crooked_smile", "base", "base", "mid")
#Cho returns with the Gryffindor clothing combination
$ cho_outfit_last.save()
$ cho.equip(cho_outfit_quidditch_gryffindor)
call cho_chibi("fly", "mid", "base")
cho "Okay then, tell me what to do." ("base", "base", "base", "mid", trans=fade)
hide cho_main
with d3
jump cho_tactics
else:
# Fail
cho "You want them to feel me up?!" ("mad", "base", "raised", "mid", cheeks="blush")
gen "Absolutely!" ("base", xpos="far_left", ypos="head")
gen "You may also touch them a bit as well while you're at it!" ("base", xpos="far_left", ypos="head")
cho "No way!" ("soft", "wide", "base", "mid", cheeks="blush")
gen "Why not?" ("angry", xpos="far_left", ypos="head")
cho "Teasing them is one thing but touching as well?" ("angry", "base", "base", "mid", cheeks="blush")
cho "With everyone watching." ("horny", "happyCl", "base", "mid", cheeks="heavy_blush") #blushes but imagining it
gen "..." ("base", xpos="far_left", ypos="head")
cho "No, I wont do it..." ("horny", "base", "base", "downR", cheeks="blush")
gen "But what if--" ("base", xpos="far_left", ypos="head")
# Cho gets upset and leaves
$ cho_mood += 6
call cho_walk(action="leave")
gen "(She doesn't seem fully convinced just yet...)" ("base", xpos="far_left", ypos="head")
gen "(Maybe a few personal lessons would make her more open-minded.)" ("base", xpos="far_left", ypos="head")
$ cho.equip(cho_outfit_last)
call gen_chibi("sit_behind_desk")
with fade
jump end_cho_event
"-Discuss tactics-" (style="disabled") if not cc_pf_talk.is_tier_complete() or cho_quid.lock_tactic:
if cho_quid.lock_tactic:
gen "(We've already established a tactic for the next match)" ("base", xpos="far_left", ypos="head")
else:
gen "(I don't know enough about the enemy team.)" ("base", xpos="far_left", ypos="head")
gen "(Cho and I should have a talk first.)" ("base", xpos="far_left", ypos="head")
jump cho_training.choices
"-Start Practice Match-" if game.daytime and not cho_quid.lock_practice:
if cho_tier == 1:
# Hufflepuff
jump cc_ht_start
elif cho_tier == 2:
# Slytherin
jump cc_st_start
elif cho_tier == 3:
# Gryffindor
jump cc_gt_start
"-Start Practice Match-" (style="disabled") if not game.daytime or cho_quid.lock_practice:
if cho_quid.lock_practice:
if (cho_tier == 1 and cho_quid.hufflepuff_training) or (cho_tier == 2 and cho_quid.slytherin_training) or (cho_tier == 3 and cho_quid.gryffindor_training):
gen "(She doesn't need any more practice.)" ("base", xpos="far_left", ypos="head")
else:
call nar(">Cho isn't ready for practice yet.")
else:
call nar(">You can only do that during the day.")
jump cho_training.choices
"-Back-":
cho "Very well, [cho_genie_name]." ("open", "base", "base", "mid", ypos="head", flip=False)
hide cho_main
show screen blkfade
with d3
$ cho.equip(cho_outfit_last)
call cho_chibi("stand", "mid", "base")
call gen_chibi("sit_behind_desk")
call reset_menu_position
hide screen blkfade
cho "" (face="happy", xpos="base", ypos="base", trans=fade)
jump cho_requests
### Quidditch Tactics ###
label cho_tactics:
# Menu
label .choices:
call hide_characters
call bld
$ menu_y = 0.74
menu:
gen "(What directions should I give her?)" ("base", xpos="far_left", ypos="head")
"\"Fly in front of me.\"" if cho_quid.position != "front":
jump cho_tactics.change_front
"\"Fly in front of me.\" {size=-6}(selected){/size}" if cho_quid.position == "front":
pass
"\"Fly above me.\"" if cho_quid.position != "above":
jump cho_tactics.change_above
"\"Fly above me.\" {size=-6}(selected){/size}" if cho_quid.position == "above":
pass
"\"Fly close to me.\"" if cho_quid.position != "close":
jump cho_tactics.change_close
"\"Fly close to me.\" {size=-6}(selected){/size}" if cho_quid.position == "close":
pass
gen "(No, that probably won't work...)" ("base", xpos="far_left", ypos="head")
jump cho_tactics.choices
# Change Tactic
#TODO This plays once cho has agreed to the tactic/clothing and during the first intro
# Once you pick the right option the practice match option unlocks (Maybe we should have it say Try out tactic?)
# The various options should go away once you've tried it once
label .change_front:
# The *ASS* position!
$ cho_quid.position = "front"
if cho_tier == 1:
# Hufflepuff
call cho_walk(600, 150+180)
cho "Is this good?" ("open", "base", "raised", "mid", ypos="head", flip=False)
gen "*Hmm*... No, that robe is in the way... I can't seem to get a good view from this angle..." ("base", xpos="far_left", ypos="head")
cho "Good! Then the crowd shouldn't either!" ("smile", "base", "base", "down", ypos="head", flip=False)
gen "Yes, probably..." ("base", xpos="far_left", ypos="head")
gen "How about instead you..." ("base", xpos="far_left", ypos="head")
elif cho_tier == 2:
# Slytherin
call cho_walk(600, 150+180)
cho "How's this?" ("open", "base", "raised", "mid", ypos="head", flip=False)
gen "Excellent, I told you getting rid of that coat would do it!" ("base", xpos="far_left", ypos="head")
gen "And those trousers sure emphasise the shape of your--" ("base", xpos="far_left", ypos="head")
# Cho turns towards you
cho "Good, then it's settled!" ("soft", "base", "base", "down", cheeks="blush", ypos="head", flip=False)
gen "But I didn't get a proper look yet!" ("base", xpos="far_left", ypos="head")
cho "..." ("clench", "base", "base", "mid", cheeks="blush", ypos="head", flip=False)
gen "Alright, you can come down then..." ("base", xpos="far_left", ypos="head")
#Cho flies down
#Black screen
call gen_chibi("stand", "desk", "base")
call cho_chibi("stand", "mid", "base")
hide cho_main
with fade
gen "We'll test the tactics during the next practice like usual." ("base", xpos="far_left", ypos="head")
cho "Do we have to? I'm sure it will work even without trying it." ("clench", "base", "raised", "mid", cheeks="blush")
gen "Of course we do! You're the one that was so adamant last time..." ("base", xpos="far_left", ypos="head")
gen "So let's see those results!" ("base", xpos="far_left", ypos="head")
cho "Yeah... Great, just let me know when..." ("normal", "closed", "base", "mid", cheeks="blush")
gen "I certainly shall." ("grin", xpos="far_left", ypos="head")
gen "But this will do for today, [cho_name]." ("base", xpos="far_left", ypos="head")
if game.daytime:
cho "I'll head back to class then." ("open", "base", "base", "R")
else:
cho "I'll head back to my dorm then." ("open", "base", "base", "R")
gen "Until next time." ("grin", xpos="far_left", ypos="head")
call cho_walk(action="leave")
$ cho_quid.lock_practice = False
$ cho_quid.lock_tactic = True
$ cho.equip(cho_outfit_last)
call popup("Cho's practice matches have been unlocked.", "Congratulations!", "interface/icons/head/cho.webp")
call gen_chibi("sit_behind_desk")
with fade
jump end_cho_event
elif cho_tier == 3:
# Gryffindor
call cho_walk(600, 150+180)
gen "No, this won't do, you're way too far away from me." ("base", xpos="far_left", ypos="head")
cho "What should I do then?" ("annoyed", "base", "raised", "mid", ypos="head", flip=False)
gen "Let's see..." ("base", xpos="far_left", ypos="head")
jump cho_tactics.choices
label .change_above:
# The ~Panties~ position!
$ cho_quid.position = "above"
if cho_tier == 1:
# Hufflepuff
gen "Now, start with getting in front of me..." ("base", xpos="far_left", ypos="head")
call cho_walk(550, 200+180)
cho "Like this?" ("soft", "base", "base", "downR", ypos="head", flip=False)
with hpunch
gen "Yes, and now...{w=0.4} Higher!" ("angry", xpos="far_left", ypos="head")
cho "Is this not high enough to see my--" ("annoyed", "base", "raised", "mid", ypos="head", flip=False)
gen "Fly right above my head!" ("angry", xpos="far_left", ypos="head")
gen "Show me those panties!" ("angry", xpos="far_left", ypos="head")
cho "Of course, [cho_genie_name]..." ("base", "base", "base", "downR", cheeks="blush", ypos="head", flip=False)
call cho_walk(500, 100+180)
cho "How is this?" ("soft", "base", "base", "down", cheeks="blush", ypos="head", flip=False)
# TODO: Panty shot CG?
# Genie looks up.
call gen_chibi("stand_alt", "desk", "base")
show screen bld1
with d3
gen "Yes, fantastic!" ("angry", xpos="far_left", ypos="head")
gen "You have very cute panties, girl!" ("grin", xpos="far_left", ypos="head")
cho "*Ehm*...{w=0.5} Thank you, [cho_genie_name]." ("annoyed", "base", "base", "down", cheeks="blush", ypos="head", flip=False)
gen "(I have created the ultimate up-skirt!)" ("base", xpos="far_left", ypos="head")
gen "(Nothing can stop us now...)" ("base", xpos="far_left", ypos="head")
cho "Can I come down now?" ("soft", "base", "base", "downR", ypos="head", flip=False)
gen "Give me another minute." ("grin", xpos="far_left", ypos="head")
cho "*Tsk*" ("normal", "base", "raised", "L", cheeks="blush", ypos="head", flip=False)
gen "Okay, you can come down now." ("base", xpos="far_left", ypos="head")
#Cho flies down
#Black screen
call gen_chibi("stand", "desk", "base")
call cho_chibi("stand", "mid", "base")
hide cho_main
with fade
cho "Enjoyed the view?" ("upset", "base", "angry", "mid", cheeks="blush") #angry/annoyed
gen "Very much so." ("base", xpos="far_left", ypos="head")
cho "Good!" ("smile", "base", "base", "mid")
cho "Then I'm sure Cedric will like it too..." ("base", "closed", "base", "mid")
gen "Who?" ("base", xpos="far_left", ypos="head")
gen "Oh yeah, that guy!" ("base", xpos="far_left", ypos="head")
gen "Yes, we should definitely try this during your next practice match against them." ("base", xpos="far_left", ypos="head")
cho "..." ("normal", "base", "raised", "mid") #annoyed
gen "When is that again?" ("base", xpos="far_left", ypos="head")
cho "*Sigh* Just let me know when and I'll set one up with their captain." ("open", "narrow", "base", "R")
gen "Excellent." ("base", xpos="far_left", ypos="head")
if game.daytime:
cho "If that is all, I'll head back to class." ("open", "base", "base", "mid")
gen "Yes, that shall do for today." ("base", xpos="far_left", ypos="head")
cho "Good day then, Sir..." ("soft", "narrow", "base", "mid")
else:
cho "If that is all, I'll head back to my dorm." ("open", "base", "base", "mid")
gen "Yes, that shall do for today." ("base", xpos="far_left", ypos="head")
cho "Good night then, Sir..." ("soft", "narrow", "base", "mid")
call cho_walk(action="leave")
$ cho_quid.lock_practice = False
$ cho_quid.lock_tactic = True
$ cho_quid.hufflepuff_prepared = True
$ cho.equip(cho_outfit_last)
call popup("Cho's practice matches have been unlocked.", "Congratulations!", "interface/icons/head/cho.webp")
call gen_chibi("sit_behind_desk")
with fade
jump end_cho_event
elif cho_tier == 2:
# Slytherin
cho "Above you, [cho_genie_name]?" ("annoyed", "base", "raised", "mid", ypos="head", flip=False)
gen "Yes, above..." ("base", xpos="far_left", ypos="head")
cho "Okay..." ("upset", "base", "base", "mid", ypos="head", flip=False)
call cho_walk(500, 100+180)
gen "Hold on, that's a bit too high I think..." ("base", xpos="far_left", ypos="head")
cho "You think?" ("angry", "base", "raised", "mid", ypos="head", flip=False) #annoyed
gen "Yeah, how about instead you..." ("base", xpos="far_left", ypos="head")
elif cho_tier == 3:
#Gryffindor
cho "You want me to fly... above you?" ("clench", "base", "raised", "mid", ypos="head", flip=False)
gen "You've heard me..." ("base", xpos="far_left", ypos="head")
cho "Okay then..." ("upset", "base", "base", "mid", ypos="head", flip=False)
call cho_walk(500, 100+180)
gen "Hey, how am I supposed to reach you from up there?" ("angry", xpos="far_left", ypos="head")
gen "That's not how you get intimate!" ("base", xpos="far_left", ypos="head")
cho "Why did you tell me to fly above you then?" ("annoyed", "base", "base", "down", ypos="head", flip=False)
gen "..." ("base", xpos="far_left", ypos="head")
gen "Sorry, I can't hear you from all the way down here." ("base", xpos="far_left", ypos="head")
gen "I think it might be better if you..." ("base", xpos="far_left", ypos="head")
jump cho_tactics.choices
label .change_close:
# The ~intimate~ position!
$ cho_quid.position = "close"
if cho_tier == 1:
# Hufflepuff
cho "Close? How would you be able to see my--" ("annoyed", "base", "base", "mid", ypos="head", flip=False)
gen "Come closer!" ("base", xpos="far_left", ypos="head")
call cho_walk(450, 240+180)
gen "Wait a second, I can't see your panties at all from this angle..." ("base", xpos="far_left", ypos="head")
cho "No shi--" ("open", "narrow", "base", "mid", ypos="head", flip=False)
gen "Let's try this instead..." ("base", xpos="far_left", ypos="head")
elif cho_tier == 2:
# Slytherin
cho "Close?" ("annoyed", "base", "base", "mid", ypos="head", flip=False)
gen "Yes close... did I stutter?" ("base", xpos="far_left", ypos="head")
call cho_walk(450, 240+180)
gen "You smell nice..." ("base", xpos="far_left", ypos="head")
cho "Yeah, this is not going to work..." ("disgust", "narrow", "base", "mid", ypos="head", flip=False)
gen "Fine, let's have you..." ("base", xpos="far_left", ypos="head")
elif cho_tier == 3:
# Gryffindor
gen "Come as close to me as you can..." ("base", xpos="far_left", ypos="head")
cho "Yes, [cho_genie_name]." ("soft", "base", "base", "R", ypos="head", flip=False)
call cho_walk(450, 240+180)
cho "How's this? Too close?" ("soft", "wink", "raised", "mid", cheeks="blush", ypos="head", flip=False)
gen "No! It's the perfect distance!" ("base", xpos="far_left", ypos="head")
gen "They would be able to smell you if you got any closer!" ("base", xpos="far_left", ypos="head")
cho "I hope not!" ("quiver", "closed", "worried", "mid", cheeks="blush", ypos="head", flip=False)
gen "Why? You smell lovely, girl!" ("grin", xpos="far_left", ypos="head")
cho "*Ehm*...{w=0.5} Thank you, [cho_genie_name]." ("soft", "base", "worried", "mid", cheeks="blush", ypos="head", flip=False)
cho "Can I come down now?" ("soft", "narrow", "base", "mid", cheeks="blush", ypos="head", flip=False)
gen "Of course." ("base", xpos="far_left", ypos="head")
#Cho flies down
#Black screen
call gen_chibi("stand", "desk", "base")
call cho_chibi("stand", "mid", "base")
hide cho_main
with fade
gen "You'll definitely distract those girls with this kind of move!" ("base", xpos="far_left", ypos="head")
cho "And boys..." ("open", "base", "raised", "R")
gen "Oh yeah, them to!" ("base", xpos="far_left", ypos="head")
cho "Just let me know when to try it out against them." ("normal", "base", "raised", "mid")
gen "Certainly... Oh, and keep wearing that scent, whatever it is." ("base", xpos="far_left", ypos="head")
cho "It's just deodorant..." ("clench", "base", "raised", "mid", cheeks="blush")
gen "Yes, that! Keep wearing it!" ("base", xpos="far_left", ypos="head")
if game.daytime:
cho "If that is all, I'll head back to class." ("base", "narrow", "base", "R")
gen "Yes, that shall do for today." ("base", xpos="far_left", ypos="head")
cho "Good day to you, [cho_genie_name]..." ("soft", "narrow", "base", "mid")
else:
cho "If that is all, I'll head back to my dorm." ("base", "narrow", "base", "R")
gen "Yes, that shall do for today." ("base", xpos="far_left", ypos="head")
cho "Goodnight, [cho_genie_name]..." ("soft", "narrow", "base", "mid")
call cho_walk(action="leave")
$ cho_quid.lock_practice = False
$ cho_quid.lock_tactic = True
$ cho.equip(cho_outfit_last)
call popup("Cho's practice matches have been unlocked.", "Congratulations!", "interface/icons/head/cho.webp")
call gen_chibi("sit_behind_desk")
with fade
jump end_cho_event
jump cho_tactics.choices