init 999 python in memories: for mem_block in storage.values(): for mem in mem_block: if mem.max_stage: mem.stage = mem.max_stage else: mem.stage = 1 store.girls_changing.show_all_menus() set_scope_value("macgon", "experiment2_peeked", True) set_scope_value("ginny", "kraken", True) for k in renpy.store.persistent.daphne_minigame_hints: renpy.store.persistent.daphne_minigame_hints[k] = True set_scope_value("hermi", "drink_flirted", True) set_scope_value("hermi", "drink_countered", True) for v in get_scope("hermi")["hermi_pussy_minigame"].values(): v["stage"] = 4 get_scope("hermi")["hermi_book_of_runes"] = { "daphne_stage": 3, "susan_stage": 3, "luna_stage": 3, "hermi_stage": 3, "hermi_with_book": True, "hermi_without_book": True, } get_scope("hermi")["wof_minigame"] = { "dialogue": True, "clothes": True, "clothed": True, "shirt": True, "bra": True, "drink": True, "kiss": True, "hand": True, "hand_mouth": True, "hand_funny_face": True, "hand_breast": True, "heart": True, "easy": True, "medium": True, "hard": True, } set_scope_value("luna", "quiz_correct_weekend", 6) set_scope_value("luna", "quiz_correct_weekday", 3) get_scope("luna")["unlocked_toys"]["pink"] = True get_scope("luna")["unlocked_toys"]["gold"] = True get_scope("luna")["unlocked_toys"]["tentacle"] = True set_scope_value("susan", "cakes_minigame_stage", 4) set_scope_value("susan", "cake_level", "3") for grill in ["daphne", "hermi", "luna", "susan"]: seen_swimsuits = get_scope(grill)["seen_swimsuits"] for k in seen_swimsuits: seen_swimsuits[k] = True set_scope_value(grill, "swap_insisted", True) set_scope_value(grill, "noswap_insisted", True) undress_minigame = get_scope_value(grill, "undress_minigame") for lbl in undress_minigame["dark"]: undress_minigame["dark"][lbl] = True for lbl in undress_minigame["light"]: undress_minigame["light"][lbl] = True get_scope(grill)["unlocked_outfits"]["undies"] |= {"cheers", "classics"} get_scope("misc")["fashion_riot_corridor1_prefects_seen"][grill] = True get_scope("misc")["sex_education_finale_prefects_seen"][grill] = True set_scope_value("misc", "act2_ch1_new_larry9_luna_seen", True) get_scope("misc")["befuddlement_potion7_paths"]["light_path"] = True get_scope("misc")["befuddlement_potion7_paths"]["dark_path"] = True get_scope("misc")["elf_scene_stage2"]["tj"] = True get_scope("misc")["elf_scene_stage2"]["bj"] = True for k in get_scope("misc")["pixies_poses"].keys(): get_scope("misc")["pixies_poses"][k] = True for k in get_scope("misc")["vamp_quest"].keys(): get_scope("misc")["vamp_quest"][k] = True for k in get_scope("luna")["halloween_event"].keys(): get_scope("luna")["halloween_event"][k] = True get_scope("susan")["halloween_event"] = True