2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Tier 2 (pre Slytherin) ###
|
|
|
|
|
|
|
|
label cho_panties_response_T2:
|
2023-03-31 22:41:48 +00:00
|
|
|
$ states.cho.ev.panty_thief.acquired = False
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/door.ogg"
|
2022-05-16 23:48:22 +00:00
|
|
|
call cho_chibi("stand","mid","base")
|
|
|
|
with d3
|
|
|
|
|
2023-03-16 22:55:14 +00:00
|
|
|
play music "music/fuzzball-parade-by-kevin-macleod.ogg" fadein 1 if_changed
|
2023-03-01 22:14:00 +00:00
|
|
|
cho "Hello, [name_genie_cho]." ("soft", "narrow", "worried", "mid", xpos="right", ypos="base")
|
2023-05-08 13:15:21 +00:00
|
|
|
gen "[name_cho_genie]..." ("base", xpos="far_left", ypos="head")
|
2022-05-16 23:48:22 +00:00
|
|
|
cho "*Uhm*..." ("annoyed", "narrow", "worried", "R")
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "I forgot to take my underwear with me the last time I was here." ("soft", "narrow", "worried", "downR")
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
if states.cho.ev.panty_thief.soaked:
|
2023-03-01 22:14:00 +00:00
|
|
|
gen "Your panties! Of course, [name_cho_genie]!{w} I've got them right here..." ("grin", xpos="far_left", ypos="head")
|
2022-05-16 23:48:22 +00:00
|
|
|
call cho_walk("desk", "base")
|
|
|
|
pause .8
|
|
|
|
|
2023-03-17 15:48:17 +00:00
|
|
|
call give_reward("You hand over the panties...", "interface/icons/panties_cum.webp")
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/cloth_sound3.ogg"
|
2022-05-16 23:48:22 +00:00
|
|
|
pause .4
|
|
|
|
|
|
|
|
cho "(...)" ("annoyed", "narrow", "angry", "mid", xpos="mid", ypos="base", trans=fade) # Evil stare.
|
|
|
|
gen "What?" ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "(...)" ("annoyed", "narrow", "angry", "R")
|
|
|
|
gen "Anything wrong?" ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "They are covered in semen." ("soft", "narrow", "base", "R")
|
|
|
|
gen "What was that?" ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "Semen, Sir!" ("scream", "narrow", "angry", "mid", trans=hpunch) # Scream
|
|
|
|
cho "" ("annoyed", "narrow", "angry", "mid")
|
|
|
|
gen "You are correct!{w} They are indeed covered in a thick load of filthy, nasty reeking semen!" ("angry", xpos="far_left", ypos="head")
|
|
|
|
gen "Who could have done this?!" ("grin", xpos="far_left", ypos="head")
|
|
|
|
cho "I don't know... why don't we inquire how they got here in the first place..." ("open", "base", "base", "R")
|
|
|
|
cho "Didn't I take off my panties while I was stripping for you?" ("soft", "narrow", "base", "mid")
|
|
|
|
gen "That is correct." ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "And you had my panties this whole time?" ("soft", "narrow", "raised", "mid")
|
|
|
|
gen "Yup." ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "And you just gave them back to me covered in spunk..." ("annoyed", "narrow", "base", "mid")
|
|
|
|
gen "That makes sense to me..." ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "So you admit that you did it?" ("soft", "narrow", "angry", "mid")
|
|
|
|
gen "It's not my cum..." ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "*Argh*!" ("angry", "narrow", "angry", "mid", trans=hpunch)
|
|
|
|
cho "Well whose is it then?{w} The house-elves?" ("soft", "narrow", "base", "mid")
|
|
|
|
gen "*Uhm*...{w} Yes?" ("base", xpos="far_left", ypos="head")
|
|
|
|
cho "It's disgusting!" ("annoyed", "narrow", "base", "down")
|
|
|
|
cho "I better get them cleaned immediately..." ("angry", "narrow", "worried", "down")
|
|
|
|
|
|
|
|
call cho_walk("door", "base")
|
|
|
|
|
|
|
|
call bld
|
|
|
|
gen "Where are you going?" ("base", xpos="far_left", ypos="head")
|
|
|
|
|
|
|
|
call cho_chibi("leave")
|
|
|
|
|
|
|
|
call bld
|
|
|
|
gen "(...)" ("base", xpos="far_left", ypos="head")
|
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
$ states.cho.mood += 6
|
|
|
|
$ states.cho.busy = True
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
$ states.cho.ev.panty_thief.soaked = False
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
$ achievements.unlock("pantiesfapcho")
|
|
|
|
|
|
|
|
call music_block
|
|
|
|
jump main_room_menu
|
|
|
|
|
|
|
|
else:
|
|
|
|
gen "Your panties, that's right!{w} I've got them right here..." ("grin", xpos="far_left", ypos="head")
|
|
|
|
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/sniff.ogg"
|
2023-03-11 19:43:02 +00:00
|
|
|
nar "You bring the panties to your nose and give them one last sniff."
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
gen "*Aaahhh*!{w} Wonderful!" ("angry", xpos="far_left", ypos="head")
|
|
|
|
cho "(...)" ("annoyed", "narrow", "base", "mid")
|
|
|
|
gen "There, take them..." ("base", xpos="far_left", ypos="head")
|
|
|
|
|
|
|
|
call cho_walk("desk", "base")
|
|
|
|
pause .8
|
|
|
|
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/cloth_sound3.ogg"
|
2022-05-16 23:48:22 +00:00
|
|
|
pause .4
|
|
|
|
|
|
|
|
call cho_walk("mid", "base")
|
|
|
|
call cho_chibi("stand", "mid", "base", flip=False)
|
|
|
|
with d3
|
|
|
|
pause .2
|
|
|
|
|
|
|
|
cho "Thank you, Sir." ("base", "base", "base", "mid")
|
|
|
|
gen "You're welcome..." ("base", xpos="far_left", ypos="head")
|
|
|
|
|
|
|
|
jump cho_requests
|
|
|
|
|
|
|
|
|
|
|
|
### Tier 3 (pre Gryffindor) ###
|
|
|
|
|
|
|
|
label cho_panties_response_T3:
|
2023-03-31 22:41:48 +00:00
|
|
|
$ states.cho.ev.panty_thief.acquired = False
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/door.ogg"
|
2022-05-16 23:48:22 +00:00
|
|
|
call cho_chibi("stand","mid","base")
|
|
|
|
with d3
|
|
|
|
|
2023-03-16 22:55:14 +00:00
|
|
|
play music "music/fuzzball-parade-by-kevin-macleod.ogg" fadein 1 if_changed
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "Hello, [name_genie_cho]." ("base", "narrow", "base", "downR", xpos="right", ypos="base")
|
2023-03-01 22:14:00 +00:00
|
|
|
gen "[name_cho_genie]..." ("base", xpos="far_left", ypos="head")
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "I believe I left you something of mine..." ("open", "narrow", "base", "down")
|
2022-05-16 23:48:22 +00:00
|
|
|
gen "Ah, yes... Your panties, I've got them right here." ("grin", xpos="far_left", ypos="head")
|
|
|
|
cho "Great!" ("base", "base", "base", "mid")
|
2023-03-31 22:41:48 +00:00
|
|
|
if states.cho.ev.panty_thief.soaked:
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
call cho_walk("desk", "base")
|
|
|
|
pause .8
|
|
|
|
|
2023-03-17 15:48:17 +00:00
|
|
|
call give_reward("You hand over the panties...", "interface/icons/panties_cum.webp")
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "(...)" ("upset", "base", "base", "down", xpos="mid", ypos="base", trans=blackfade)
|
2022-05-16 23:48:22 +00:00
|
|
|
gen "Something wrong?" ("base", xpos="far_left", ypos="head")
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "You came on them didn't you?" ("mad", "narrow", "base", "downR")
|
2022-05-16 23:48:22 +00:00
|
|
|
gen "Of course, what did you think would happen when you left them here?" ("base", xpos="far_left", ypos="head")
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "..." ("annoyed", "narrow", "base", "down")
|
|
|
|
cho @ cheeks blush "I suppose you're just a man after all, I would've been more shocked if you hadn't done it." ("open", "closed", "base", "mid")
|
|
|
|
cho @ cheeks blush "I'll just have to make sure to clean them before I use them next time..." ("soft", "narrow", "base", "down")
|
2022-05-16 23:48:22 +00:00
|
|
|
gen "Or you could put them on now..." ("base", xpos="far_left", ypos="head")
|
2023-04-26 00:09:08 +00:00
|
|
|
cho @ cheeks blush "..." ("annoyed", "base", "base", "downR")
|
|
|
|
cho @ cheeks blush "*Hmm*... No, I don't think so..." ("base", "narrow", "base", "mid")
|
2022-05-16 23:48:22 +00:00
|
|
|
gen "Worth a shot..." ("base", xpos="far_left", ypos="head")
|
|
|
|
gen "There, take them..." ("base", xpos="far_left", ypos="head")
|
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
$ states.cho.ev.panty_thief.soaked = False
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
$ achievements.unlock("pantiesfapcho")
|
|
|
|
|
|
|
|
else:
|
|
|
|
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/sniff.ogg"
|
2023-03-11 19:43:02 +00:00
|
|
|
nar "You bring the panties to your nose and give them one last sniff."
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
gen "*Aaahhh*!{w} Wonderful!" ("angry", xpos="far_left", ypos="head")
|
|
|
|
cho "(...)" ("base", "narrow", "base", "down")
|
|
|
|
gen "Here, come and take them..." ("base", xpos="far_left", ypos="head")
|
|
|
|
|
|
|
|
call cho_walk("desk", "base")
|
|
|
|
pause .8
|
|
|
|
|
2023-03-11 22:01:39 +00:00
|
|
|
play sound "sounds/cloth_sound3.ogg"
|
2022-05-16 23:48:22 +00:00
|
|
|
pause .4
|
|
|
|
|
|
|
|
call cho_walk("mid", "base")
|
|
|
|
call cho_chibi("stand", "mid", "base", flip=False)
|
|
|
|
with d3
|
|
|
|
pause .2
|
|
|
|
|
|
|
|
cho "Thank you, Sir." ("base", "base", "base", "mid")
|
|
|
|
gen "You're welcome..." ("base", xpos="far_left", ypos="head")
|
|
|
|
|
|
|
|
jump cho_requests
|