label map_4_4_admin_cabinet:
$ quick_nav_on = False
"> You open up the filing cabinet."
if renpy.has_label ("extra_swank_mag"):
if inventory.got(swank_188) == True:
"> Nothing else."
p_t "Oh..."
window hide
jump map_4_4_admin_reception
else:
"> Interesting..."
p_t "What?"
"> Another magazine."
"> You pick up the magazine. It's an issue of a pornographic magazine \"SWANK\""
$ hide_navigation()
show bx extras_swank_188_0
"> You open the magazine."
show bx extras_swank_188_1
$ renpy.pause()
show bx extras_swank_188_2
$ renpy.pause()
inv "SWANK MAGAZINE, no. 188\nADDED TO INVENTORY."
$ inventory.add(swank_188)
window hide
jump map_4_4_admin_reception
else:
"> Your searching produces no results at this time."
window hide
jump map_4_4_admin_reception
I also had this problem. Attaching the save I made during the card game, to see if that can help you identify the problem.Hmm. Second question first. Yes. She's the cock fairy. She's either the magical anthropomorphic representation of male insecurity or she's a figment of a blow to the head.
First question. You're not the first to get this problem and I cannot recreate it. I clear screens after all jumps and before all show screens so this shouldn't happen. Can I ask where you downloaded it from? And whether you are running the hotfix?
The latter.I'm probably not the first to ask this nor the last but is there a incest patch or should I just play it?
I'm having the same issue. Mish-mashed screen, can't leave to go to the college. I downloaded from Mega and hotfix applied.This happened after finishing the card game with landlady.
You don't have permission to view the spoiler content. Log in or register now.
and i have one very important question. Is it necessary for the pixie to have a dick. I skipped the whole scene and of course didn't know what she said.
It's in the drawer in the study if I recall correctly. Difficult to see though, just hover your cursor until it highlights.Where key master bedroom?
It'll trigger if you have extras.rpa which is a bonus for Professional level patrons.Midnite Guerilla , This part will never trigger, because it's false & even if it's true, the next part will error because it's not defined. (swank_188 was not in previous versions, yes, i've loaded from a previously saved game 0.4.3)
Code:label map_4_4_admin_cabinet: $ quick_nav_on = False "> You open up the filing cabinet." if renpy.has_label ("extra_swank_mag"): if inventory.got(swank_188) == True: "> Nothing else." p_t "Oh..." window hide jump map_4_4_admin_reception else: "> Interesting..." p_t "What?" "> Another magazine." "> You pick up the magazine. It's an issue of a pornographic magazine \"SWANK\"" $ hide_navigation() show bx extras_swank_188_0 "> You open the magazine." show bx extras_swank_188_1 $ renpy.pause() show bx extras_swank_188_2 $ renpy.pause() inv "SWANK MAGAZINE, no. 188\nADDED TO INVENTORY." $ inventory.add(swank_188) window hide jump map_4_4_admin_reception else: "> Your searching produces no results at this time." window hide jump map_4_4_admin_reception
Thanks for the save game. I've loaded it and I am still having difficulty recreating the error. I've looked in the code and all screens should be cleared. I'll keep digging and see if I can fix it. I need some sleep now, though. I've had a long Friday with work.I also had this problem. Attaching the save I made during the card game, to see if that can help you identify the problem.
BTW, using base game download from the Mega link here, and applied the hotfix script.rpa, twice.