label after_load: # Capture Player Name $ persistent.player_name = player_name $ persistent.player_lastname = player_lastname return screen gallery(): tag menu ## This use statement includes the game_menu screen inside this one. The ## vbox child is then included inside the viewport inside the game_menu ## screen. use game_menu(_("{color=#ffffff}Replay Gallery{/color}"), scroll="viewport"): if main_menu: style_prefix "gui_text" else: style_prefix "gui_text" hbox: if _in_replay: textbutton _("Gallery ") action ShowMenu("gallery") else: textbutton _("Gallery ") action ShowMenu("gallery") textbutton _("Character ") action ShowMenu("characterscreens") textbutton _("Selfies ") action ShowMenu("selfiegallery") vbox: style_prefix "gallery" xsize 1340 #row one hbox: vbox: if persistent.mina_ch4_bj: imagebutton: hover "gui/gallery/mina_001_hover.webp" idle "gui/gallery/mina_001_idle.webp" action Replay("mina_ch4_funtime", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.mina_ch4_bj: textbutton "{color=#ffffff}{size=25}Mina: Back Alley BJ{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.mina_ch5_sex: imagebutton: hover "gui/gallery/mina_002_hover.webp" idle "gui/gallery/mina_002_idle.webp" action Replay("mina_ch5_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.mina_ch5_sex: textbutton "{color=#ffffff}{size=25}Mina: Bedroom Fun Time{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story6_virgin: imagebutton: hover "gui/gallery/kaitlin_001_hover.webp" idle "gui/gallery/kaitlin_001_idle.webp" action Replay("kaitlin_story6_virgin", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story6_virgin: textbutton "{color=#ffffff}{size=25}Kaitlin: Virgin No More{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.tina_story4_bath: imagebutton: hover "gui/gallery/tina_001_hover.webp" idle "gui/gallery/tina_001_idle.webp" action Replay("tina_story4_bath", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_story4_bath: textbutton "{color=#ffffff}{size=25}Tina: Bathhouse{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.mina_ch7_backatherplace: imagebutton: hover "gui/gallery/mina_003_hover.webp" idle "gui/gallery/mina_003_idle.webp" action Replay("mina_ch7_backatherplace", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.mina_ch7_backatherplace: textbutton "{color=#ffffff}{size=25}Mina: Back At Her Place{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row two hbox: vbox: if persistent.tina_ch5_playtime: imagebutton: hover "gui/gallery/tina_002_hover.webp" idle "gui/gallery/tina_002_idle.webp" action Replay("tina_ch5_playtime", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_ch5_playtime: textbutton "{color=#ffffff}{size=25}Tina: Shower Playtime{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.anita_lovehotel: imagebutton: hover "gui/gallery/anita_001_hover.webp" idle "gui/gallery/anita_001_idle.webp" action Replay("anita_lovehotel", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.anita_lovehotel: textbutton "{color=#ffffff}{size=25}Anita: Love Hotel{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_datenight: imagebutton: hover "gui/gallery/marisa_001_hover.webp" idle "gui/gallery/marisa_001_idle.webp" action Replay("marisa_datenight", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_datenight: textbutton "{color=#ffffff}{size=25}Marisa: Date Night{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_morningafter: imagebutton: hover "gui/gallery/marisa_002_hover.webp" idle "gui/gallery/marisa_002_idle.webp" action Replay("marisa_morningafter", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_morningafter: textbutton "{color=#ffffff}{size=25}Marisa: The Morning After{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.mina_story6_sex: imagebutton: hover "gui/gallery/mina_004_hover.webp" idle "gui/gallery/mina_004_idle.webp" action Replay("mina_story6_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.mina_story6_sex: textbutton "{color=#ffffff}{size=25}Mina: Campus Quickie{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row three hbox: vbox: if persistent.kaitlin_story9_sex: imagebutton: hover "gui/gallery/kaitlin_002_hover.webp" idle "gui/gallery/kaitlin_002_idle.webp" action Replay("kaitlin_story9_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story9_sex: textbutton "{color=#ffffff}{size=25}Kaitlin: Couch Sex{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.tina_story7_dorm: imagebutton: hover "gui/gallery/tina_003_hover.webp" idle "gui/gallery/tina_003_idle.webp" action Replay("tina_story7_dorm", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_story7_dorm: textbutton "{color=#ffffff}{size=25}Tina: Dorm Celebration{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.roe_story7_bedroom: imagebutton: hover "gui/gallery/roe_001_hover.webp" idle "gui/gallery/roe_001_idle.webp" action Replay("roe_story7_bedroom", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.roe_story7_bedroom: textbutton "{color=#ffffff}{size=25}Roe: Mutual Masturbation{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.anita_story8_sex: imagebutton: hover "gui/gallery/anita_002_hover.webp" idle "gui/gallery/anita_002_idle.webp" action Replay("anita_story8_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.anita_story8_sex: textbutton "{color=#ffffff}{size=25}Anita: Sweet Emotion{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_story8_bathroom: imagebutton: hover "gui/gallery/marisa_003_hover.webp" idle "gui/gallery/marisa_003_idle.webp" action Replay("marisa_story8_bathroom", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_story8_bathroom: textbutton "{color=#ffffff}{size=25}Marisa: Bathroom Bootycall{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row four hbox: vbox: if persistent.tina_story8_sex: imagebutton: hover "gui/gallery/tina_004_hover.webp" idle "gui/gallery/tina_004_idle.webp" action Replay("tina_story8_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_story8_sex: textbutton "{color=#ffffff}{size=25}Tina: Behind the Lockers{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.roe_story9_study: imagebutton: hover "gui/gallery/roe_002_hover.webp" idle "gui/gallery/roe_002_idle.webp" action Replay("roe_story9_study", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.roe_story9_study: textbutton "{color=#ffffff}{size=25}Roe: In the Study Room{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story11_love: imagebutton: hover "gui/gallery/kaitlin_003_hover.webp" idle "gui/gallery/kaitlin_003_idle.webp" action Replay("kaitlin_story11_love", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story11_love: textbutton "{color=#ffffff}{size=25}Kaitlin: \"Like Like\" You{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.robin_story9_sex: imagebutton: hover "gui/gallery/robin_001_hover.webp" idle "gui/gallery/robin_001_idle.webp" action Replay("robin_story9_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.robin_story9_sex: textbutton "{color=#ffffff}{size=25}Robin: Show Myself{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.anita_story10_videochat: imagebutton: hover "gui/gallery/anita_003_hover.webp" idle "gui/gallery/anita_003_idle.webp" action Replay("anita_story10_videochat", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.anita_story10_videochat: textbutton "{color=#ffffff}{size=25}Anita: Lewd Video Chat{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row five hbox: vbox: if persistent.saaya_story4_sex: imagebutton: hover "gui/gallery/saaya_001_hover.webp" idle "gui/gallery/saaya_001_idle.webp" action Replay("saaya_story4_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.saaya_story4_sex: textbutton "{color=#ffffff}{size=25}Saaya: Adult Pretense{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.allison_story4_sex: imagebutton: hover "gui/gallery/allison_001_hover.webp" idle "gui/gallery/allison_001_idle.webp" action Replay("allison_story4_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.allison_story4_sex: textbutton "{color=#ffffff}{size=25}Allison: Hump Day{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.roe_story11_69: imagebutton: hover "gui/gallery/roe_003_hover.webp" idle "gui/gallery/roe_003_idle.webp" action Replay("roe_story11_69", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.roe_story11_69: textbutton "{color=#ffffff}{size=25}Roe: 69{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_story11_nightsex: imagebutton: hover "gui/gallery/marisa_004_hover.webp" idle "gui/gallery/marisa_004_idle.webp" action Replay("marisa_story11_nightsex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_story11_nightsex: textbutton "{color=#ffffff}{size=25}Marisa: Snowy Night{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_story11_hotsprings: imagebutton: hover "gui/gallery/marisa_005_hover.webp" idle "gui/gallery/marisa_005_idle.webp" action Replay("marisa_story11_hotsprings", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_story11_hotsprings: textbutton "{color=#ffffff}{size=25}Marisa: Hot Springs{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row six hbox: vbox: if persistent.anita_story11_house_sex: imagebutton: hover "gui/gallery/anita_004_hover.webp" idle "gui/gallery/anita_004_idle.webp" action Replay("anita_story11_house_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.anita_story11_house_sex: textbutton "{color=#ffffff}{size=25}Anita: Stay The Night{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.ch13_apollyon_sex: imagebutton: hover "gui/gallery/polly_001_hover.webp" idle "gui/gallery/polly_001_idle.webp" action Replay("ch13_apollyon_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.ch13_apollyon_sex: textbutton "{color=#ffffff}{size=25}Apollyon: Being Human{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.saaya_story6_staythenight: imagebutton: hover "gui/gallery/saaya_002_hover.webp" idle "gui/gallery/saaya_002_idle.webp" action Replay("saaya_story6_staythenight", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.saaya_story6_staythenight: textbutton "{color=#ffffff}{size=25}Saaya: Fuck-a-Thon{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story14_anya: imagebutton: hover "gui/gallery/anya_001_hover.webp" idle "gui/gallery/anya_001_idle.webp" action Replay("kaitlin_story14_anya", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story14_anya: textbutton "{color=#ffffff}{size=25}Anya: Nightcap{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story14_kaitlin_bj: imagebutton: hover "gui/gallery/kaitlin_004_hover.webp" idle "gui/gallery/kaitlin_004_idle.webp" action Replay("kaitlin_story14_kaitlin_bj", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story14_kaitlin_bj: textbutton "{color=#ffffff}{size=25}Kaitlin: A Thank You{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row seven hbox: vbox: if persistent.robin_story11_sexyplay: imagebutton: hover "gui/gallery/robin_002_hover.webp" idle "gui/gallery/robin_002_idle.webp" action Replay("robin_story11_sexyplay", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.robin_story11_sexyplay: textbutton "{color=#ffffff}{size=25}Robin: Fight Until Naked{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.allison_story6_sex: imagebutton: hover "gui/gallery/allison_002_hover.webp" idle "gui/gallery/allison_002_idle.webp" action Replay("allison_story6_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.allison_story6_sex: textbutton "{color=#ffffff}{size=25}Allison: Shift Over{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.tina_story13_sex: imagebutton: hover "gui/gallery/tina_005_hover.webp" idle "gui/gallery/tina_005_idle.webp" action Replay("tina_story13_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_story13_sex: textbutton "{color=#ffffff}{size=25}Tina: Kissing Now{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.roe_story13_hotelsex: imagebutton: hover "gui/gallery/roe_004_hover.webp" idle "gui/gallery/roe_004_idle.webp" action Replay("roe_story13_hotelsex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.roe_story13_hotelsex: textbutton "{color=#ffffff}{size=25}Roe: Special Night{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.saaya_story7_sex: imagebutton: hover "gui/gallery/saaya_003_hover.webp" idle "gui/gallery/saaya_003_idle.webp" action Replay("saaya_story7_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.saaya_story7_sex: textbutton "{color=#ffffff}{size=25}Saaya: AV Room{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row eight hbox: vbox: if persistent.sammy_story10_sex: imagebutton: hover "gui/gallery/sammy_001_hover.webp" idle "gui/gallery/sammy_001_idle.webp" action Replay("sammy_story10_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.sammy_story10_sex: textbutton "{color=#ffffff}{size=25}Sammy: Fireworks{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story15_sex: imagebutton: hover "gui/gallery/kaitlin_005_hover.webp" idle "gui/gallery/kaitlin_005_idle.webp" action Replay("kaitlin_story15_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story15_sex: textbutton "{color=#ffffff}{size=25}Kaitlin:{/size} {size=18}Eggplant Sweat Peach{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story16_anya: imagebutton: hover "gui/gallery/anya_002_hover.webp" idle "gui/gallery/anya_002_idle.webp" action Replay("kaitlin_story16_anya", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story16_anya: textbutton "{color=#ffffff}{size=25}Anya: Rockin' the Bed{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_story14_sex: imagebutton: hover "gui/gallery/marisa_006_hover.webp" idle "gui/gallery/marisa_006_idle.webp" action Replay("marisa_story14_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_story14_sex: textbutton "{color=#ffffff}{size=25}Marisa: Video Meeting{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.anita_story14_club: imagebutton: hover "gui/gallery/anita_005_hover.webp" idle "gui/gallery/anita_005_idle.webp" action Replay("anita_story14_club_galleychoice", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.anita_story14_club: textbutton "{color=#ffffff}{size=25}Anita: Special Session{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row nine hbox: vbox: if persistent.ch16_selene_sex: imagebutton: hover "gui/gallery/selene_001_hover.webp" idle "gui/gallery/selene_001_idle.webp" action Replay("ch16_selene_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.ch16_selene_sex: textbutton "{color=#ffffff}{size=25}Selene: Archons Fucking{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.allison_story8_bathroom: imagebutton: hover "gui/gallery/allison_003_hover.webp" idle "gui/gallery/allison_003_idle.webp" action Replay("allison_story8_bathroom_code", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.allison_story8_bathroom: textbutton "{color=#ffffff}{size=25}Allison or Mira{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.robin_story14_sex: imagebutton: hover "gui/gallery/robin_003_hover.webp" idle "gui/gallery/robin_003_idle.webp" action Replay("robin_story14_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.robin_story14_sex: textbutton "{color=#ffffff}{size=25}Robin: Arcade Sneak{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.tina_story15_night: imagebutton: hover "gui/gallery/tina_006_hover.webp" idle "gui/gallery/tina_006_idle.webp" action Replay("tina_story15_night", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_story15_night: textbutton "{color=#ffffff}{size=25}Tina: After Dinner{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.roe_story15_bedroom: imagebutton: hover "gui/gallery/roe_005_hover.webp" idle "gui/gallery/roe_005_idle.webp" action Replay("roe_story15_bedroom", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.roe_story15_bedroom: textbutton "{color=#ffffff}{size=25}Roe: In Her Room{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row ten hbox: vbox: if persistent.combo_saaya_selene_ch17_sex: imagebutton: hover "gui/gallery/selene_saaya_001_hover.webp" idle "gui/gallery/selene_saaya_001_idle.webp" action Replay("combo_saaya_selene_ch17_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.combo_saaya_selene_ch17_sex: textbutton "{color=#ffffff}{size=25}Saaya/Selene Threesome{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.combo_saaya_selene_ch17_selenesex: imagebutton: hover "gui/gallery/selene_saaya_002_hover.webp" idle "gui/gallery/selene_saaya_002_idle.webp" action Replay("combo_saaya_selene_ch17_selenesex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.combo_saaya_selene_ch17_selenesex: textbutton "{color=#ffffff}{size=25}Selene: Later that Night{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.sammy_story12_bj: imagebutton: hover "gui/gallery/sammy_002_hover.webp" idle "gui/gallery/sammy_002_idle.webp" action Replay("sammy_story12_bj", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.sammy_story12_bj: textbutton "{color=#ffffff}{size=25}Sammy: Alley BJ{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.marisa_story16_sex: imagebutton: hover "gui/gallery/marisa_007_hover.webp" idle "gui/gallery/marisa_007_idle.webp" action Replay("marisa_story16_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_story16_sex: textbutton "{color=#ffffff}{size=25}Marisa: After a run{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story18_sex: imagebutton: hover "gui/gallery/anya_003_hover.webp" idle "gui/gallery/anya_003_idle.webp" action Replay("kaitlin_story18_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story18_sex: textbutton "{color=#ffffff}{size=25}Anya: Dating Site{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row eleven hbox: vbox: if persistent.sammy_story13_sex: imagebutton: hover "gui/gallery/sammy_003_hover.webp" idle "gui/gallery/sammy_003_idle.webp" action Replay("sammy_story13_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.sammy_story13_sex: textbutton "{color=#ffffff}{size=25}Sammy: Home Alone{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.ch18_apollyon_laundry_sex: imagebutton: hover "gui/gallery/polly_002_hover.webp" idle "gui/gallery/polly_002_idle.webp" action Replay("ch18_apollyon_laundry_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.ch18_apollyon_laundry_sex: textbutton "{color=#ffffff}{size=25}Apollyon: Laundry Room{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.ch18_apollyon_laundry_sex: imagebutton: hover "gui/gallery/polly_003_hover.webp" idle "gui/gallery/polly_003_idle.webp" action Replay("ch18_apollyon_laundry_sex2", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.ch18_apollyon_laundry_sex: textbutton "{color=#ffffff}{size=25}Apollyon: Post-shower{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story19_anal: imagebutton: hover "gui/gallery/kaitlin_006_hover.webp" idle "gui/gallery/kaitlin_006_idle.webp" action Replay("kaitlin_story19_anal", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story19_anal: textbutton "{color=#ffffff}{size=25}Kaitlin: By A Cat's Tail{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kara_story4_apartment: imagebutton: hover "gui/gallery/kara_001_hover.webp" idle "gui/gallery/kara_001_idle.webp" action Replay("kara_story4_apartment", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kara_story4_apartment: textbutton "{color=#ffffff}{size=25}Kara: Three-Second Tour{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row twelve hbox: vbox: if persistent.kara_story4_morning: imagebutton: hover "gui/gallery/kara_002_hover.webp" idle "gui/gallery/kara_002_idle.webp" action Replay("kara_story4_morning", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kara_story4_morning: textbutton "{color=#ffffff}{size=25}Kara: Morning Horny{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.ch19mira_nightclub: imagebutton: hover "gui/gallery/mira_001_hover.webp" idle "gui/gallery/mira_001_idle.webp" action Replay("ch19mira_nightclub", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.ch19mira_nightclub: textbutton "{color=#ffffff}{size=25}Mira: Go Fast{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.ch19_selene_sex: imagebutton: hover "gui/gallery/selene_002_hover.webp" idle "gui/gallery/selene_002_idle.webp" action Replay("ch19_selene_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.ch19_selene_sex: textbutton "{color=#ffffff}{size=25}Selene: Poolside{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.combo_tina_robin_ch19_threesome: imagebutton: hover "gui/gallery/tina_robin_001_hover.webp" idle "gui/gallery/tina_robin_001_idle.webp" action Replay("combo_tina_robin_ch19_threesome_choice", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.combo_tina_robin_ch19_threesome: textbutton "{color=#ffffff}{size=25}Robin + Tina + MC{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.roe_story18_caughtmast: imagebutton: hover "gui/gallery/roe_006_hover.webp" idle "gui/gallery/roe_006_idle.webp" action Replay("roe_story18_caughtmast", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.roe_story18_caughtmast: textbutton "{color=#ffffff}{size=25}Roe: Caught Masturbating{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row thirteen hbox: vbox: if persistent.saaya_story11_airport: imagebutton: hover "gui/gallery/saaya_004_hover.webp" idle "gui/gallery/saaya_004_idle.webp" action Replay("saaya_story11_airport", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.saaya_story11_airport: textbutton "{color=#ffffff}{size=25}Saaya: Airport Goodbye{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.robin_story17_sex: imagebutton: hover "gui/gallery/robin_004_hover.webp" idle "gui/gallery/robin_004_idle.webp" action Replay("robin_story17_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.robin_story17_sex: textbutton "{color=#ffffff}{size=25}Robin: Behind the Counter{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.anita_story18_sex: imagebutton: hover "gui/gallery/anita_006_hover.webp" idle "gui/gallery/anita_006_idle.webp" action Replay("anita_story18_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.anita_story18_sex: textbutton "{color=#ffffff}{size=25}Anita: In the Rain{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.combo_kara_anita_ch20_hotel: imagebutton: hover "gui/gallery/kara_anita_001_hover.webp" idle "gui/gallery/kara_anita_001_idle.webp" action Replay("combo_kara_anita_ch20_hotel", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.combo_kara_anita_ch20_hotel: textbutton "{color=#ffffff}{size=25}Kara/Anita Party Favors{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.combo_kara_anita_ch20_night: imagebutton: hover "gui/gallery/kara_anita_002_hover.webp" idle "gui/gallery/kara_anita_002_idle.webp" action Replay("combo_kara_anita_ch20_night", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.combo_kara_anita_ch20_night: textbutton "{color=#ffffff}{size=25}Kara or Anita{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row fourteen hbox: vbox: if persistent.kaitlin_story21_solosex: imagebutton: hover "gui/gallery/kaitlin_007_hover.webp" idle "gui/gallery/kaitlin_007_idle.webp" action Replay("kaitlin_story21_solosex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story21_solosex: textbutton "{color=#ffffff}{size=25}Kaitlin: Caught Fucking{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story21_combo: imagebutton: hover "gui/gallery/kaitlin_anya_001_hover.webp" idle "gui/gallery/kaitlin_anya_001_idle.webp" action Replay("kaitlin_story21_combo", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story21_combo: textbutton "{color=#ffffff}{size=25}The DeBeers Women{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kaitlin_story21_combo_nextmorning: imagebutton: hover "gui/gallery/kaitlin_anya_002_hover.webp" idle "gui/gallery/kaitlin_anya_002_idle.webp" action Replay("kaitlin_story21_combo_nextmorning", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kaitlin_story21_combo_nextmorning: textbutton "{color=#ffffff}{size=25}Anya Or Kaitlin{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.kara_story5_bj: imagebutton: hover "gui/gallery/kara_003_hover.webp" idle "gui/gallery/kara_003_idle.webp" action Replay("kara_story5_bj", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.kara_story5_bj: textbutton "{color=#ffffff}{size=25}Kara: Under the desk{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.tina_story19_sex: imagebutton: hover "gui/gallery/tina_007_hover.webp" idle "gui/gallery/tina_007_idle.webp" action Replay("tina_story19_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.tina_story19_sex: textbutton "{color=#ffffff}{size=25}Tina: {size=18}Burning Off Some Anger{/size}{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" #row fifteen hbox: vbox: if persistent.marisa_story19_sex: imagebutton: hover "gui/gallery/marisa_008_hover.webp" idle "gui/gallery/marisa_008_idle.webp" action Replay("marisa_story19_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.marisa_story19_sex: textbutton "{color=#ffffff}{size=25}Marisa: Saturday Visit{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: if persistent.polly_ch20_sex: imagebutton: hover "gui/gallery/polly_004_hover.webp" idle "gui/gallery/polly_004_idle.webp" action Replay("polly_ch20_sex", scope={"player_name":persistent.player_name or "Michael"}, locked=False) else: imagebutton: idle "gui/gallery/gallery_locked.webp" if persistent.polly_ch20_sex: textbutton "{color=#ffffff}{size=25}Apollyon: Thanks{/size}{/color}" else: textbutton "{color=#ffffff}{size=30}Locked{/size}{/color}" vbox: imagebutton: idle "gui/gallery/gallery_empty.webp" textbutton "{color=#ffffff}{size=25}Empty{/size}{/color}" vbox: imagebutton: idle "gui/gallery/gallery_empty.webp" textbutton "{color=#ffffff}{size=25}Empty{/size}{/color}" vbox: imagebutton: idle "gui/gallery/gallery_empty.webp" textbutton "{color=#ffffff}{size=25}Empty{/size}{/color}" #row sixteen #vbox: #imagebutton: #idle "gui/gallery/gallery_empty.webp" #textbutton "{color=#ffffff}{size=25}Empty{/size}{/color}" screen characterscreens(): tag menu ## This use statement includes the game_menu screen inside this one. The ## vbox child is then included inside the viewport inside the game_menu ## screen. use game_menu(_("{color=#ffffff}Characters{/color}"), scroll="viewport"): style_prefix "gui_text" hbox: if _in_replay: textbutton _("Gallery ") action ShowMenu("gallery") else: textbutton _("Gallery ") action ShowMenu("gallery") textbutton _("Character ") action ShowMenu("characterscreens") textbutton _("Selfies ") action ShowMenu("selfiegallery") window: background "gui/overlay/main_menu.png" ysize 2000 hbox: vbox: imagebutton: if kaitlin_met == "yes": idle "gui/card-kaitlin.webp" else: idle "gui/card-none.webp" imagebutton: idle "gui/card-story.webp" textbutton "{color=#c1e0ff}{size=40}{b}[kaitlin_story]{/b}{/size}{/color}" ypos -70 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[kaitlin_like]{/b}{/size}{/color}" ypos -68 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[kaitlin_love]{/b}{/size}{/color}" ypos -60 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -210 imagebutton: idle "gui/card-love.webp" ypos -200 imagebutton: if roe_end_bad_seen == "yes": idle "gui/card-roe-remnant.webp" ypos -190 elif roe_met == "yes": idle "gui/card-roe.webp" ypos -190 else: idle "gui/card-none.webp" ypos -190 imagebutton: idle "gui/card-story.webp" ypos -190 textbutton "{color=#c1e0ff}{size=40}{b}[roe_story]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[roe_like]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[roe_love]{/b}{/size}{/color}" ypos -260 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -400 imagebutton: idle "gui/card-love.webp" ypos -390 imagebutton: if mina_end_bad_seen == "yes": idle "gui/card-mina-remnant.webp" ypos -380 elif mina_met_times >= 1: idle "gui/card-mina.webp" ypos -380 else: idle "gui/card-none.webp" ypos -380 imagebutton: idle "gui/card-story.webp" ypos -380 textbutton "{color=#c1e0ff}{size=40}{b}[mina_met_times]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[mina_like]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[mina_love]{/b}{/size}{/color}" ypos -450 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -590 imagebutton: idle "gui/card-love.webp" ypos -580 vbox: imagebutton: if tina_met == "yes": idle "gui/card-tina.webp" else: idle "gui/card-none.webp" imagebutton: idle "gui/card-story.webp" textbutton "{color=#c1e0ff}{size=40}{b}[tina_story]{/b}{/size}{/color}" ypos -70 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[tina_like]{/b}{/size}{/color}" ypos -68 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[tina_love]{/b}{/size}{/color}" ypos -60 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -210 imagebutton: idle "gui/card-love.webp" ypos -200 imagebutton: if robin_end_bad_seen == "yes": idle "gui/card-robin-remnant.webp" ypos -190 elif robin_met == "yes": idle "gui/card-robin.webp" ypos -190 else: idle "gui/card-none.webp" ypos -190 imagebutton: idle "gui/card-story.webp" ypos -190 textbutton "{color=#c1e0ff}{size=40}{b}[robin_story]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[robin_like]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[robin_love]{/b}{/size}{/color}" ypos -260 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -400 imagebutton: idle "gui/card-love.webp" ypos -390 imagebutton: if saaya_met == "yes": idle "gui/card-saaya.webp" ypos -380 else: idle "gui/card-none.webp" ypos -380 imagebutton: idle "gui/card-story.webp" ypos -380 textbutton "{color=#c1e0ff}{size=40}{b}[saaya_met_times]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[saaya_like]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[saaya_love]{/b}{/size}{/color}" ypos -450 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -590 imagebutton: idle "gui/card-love.webp" ypos -580 vbox: imagebutton: if anita_met == "yes": idle "gui/card-anita.webp" else: idle "gui/card-none.webp" imagebutton: idle "gui/card-story.webp" textbutton "{color=#c1e0ff}{size=40}{b}[anita_story]{/b}{/size}{/color}" ypos -70 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[anita_like]{/b}{/size}{/color}" ypos -68 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[anita_love]{/b}{/size}{/color}" ypos -60 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -210 imagebutton: idle "gui/card-love.webp" ypos -200 imagebutton: if sammy_met == "yes": idle "gui/card-sammy.webp" ypos -190 else: idle "gui/card-none.webp" ypos -190 imagebutton: idle "gui/card-story.webp" ypos -190 textbutton "{color=#c1e0ff}{size=40}{b}[sammy_story]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[sammy_like]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[sammy_love]{/b}{/size}{/color}" ypos -260 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -400 imagebutton: idle "gui/card-love.webp" ypos -390 imagebutton: if kara_met == "yes": idle "gui/card-kara.webp" ypos -380 else: idle "gui/card-none.webp" ypos -380 imagebutton: idle "gui/card-story.webp" ypos -380 textbutton "{color=#c1e0ff}{size=40}{b}[kara_met_times]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[kara_like]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[kara_love]{/b}{/size}{/color}" ypos -450 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -590 imagebutton: idle "gui/card-love.webp" ypos -580 vbox: imagebutton: if marisa_end_bad_seen == "yes": idle "gui/card-marisa-remnant.webp" elif marisa_met == "yes": idle "gui/card-marisa.webp" else: idle "gui/card-none.webp" imagebutton: idle "gui/card-story.webp" textbutton "{color=#c1e0ff}{size=40}{b}[marisa_story]{/b}{/size}{/color}" ypos -70 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[marisa_like]{/b}{/size}{/color}" ypos -68 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[marisa_love]{/b}{/size}{/color}" ypos -60 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -210 imagebutton: idle "gui/card-love.webp" ypos -200 imagebutton: if allison_met == "yes": idle "gui/card-allison.webp" ypos -190 else: idle "gui/card-none.webp" ypos -190 imagebutton: idle "gui/card-story.webp" ypos -190 textbutton "{color=#c1e0ff}{size=40}{b}[allison_story]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[allison_like]{/b}{/size}{/color}" ypos -260 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[allison_love]{/b}{/size}{/color}" ypos -260 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -400 imagebutton: idle "gui/card-love.webp" ypos -390 #coming soon imagebutton: if natalie_met == "yes": idle "gui/card-natalie.webp" ypos -190 else: idle "gui/card-none.webp" ypos -380 imagebutton: idle "gui/card-story.webp" ypos -380 textbutton "{color=#c1e0ff}{size=40}{b}[natalie_met_times]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[natalie_like]{/b}{/size}{/color}" ypos -450 xpos 250 textbutton "{color=#c1e0ff}{size=40}{b}[natalie_love]{/b}{/size}{/color}" ypos -450 xpos 250 imagebutton: idle "gui/card-like.webp" ypos -590 imagebutton: idle "gui/card-love.webp" ypos -580 # vbox: # imagebutton: # idle "gui/card-none.png" # imagebutton: # idle "gui/card-story.png" # textbutton "{color=#c1e0ff}{size=25} ????{/size}{/color}" # imagebutton: # idle "gui/card-love.png" # textbutton "{color=#c1e0ff}{size=25} ????{/size}{/color}" ##########selfies screen selfiegallery(): tag menu ## This use statement includes the game_menu screen inside this one. The ## vbox child is then included inside the viewport inside the game_menu ## screen. use game_menu(_("{color=#ffffff}Selfie Gallery{/color}"), scroll="viewport"): if main_menu: style_prefix "gui_text" else: style_prefix "gui_text" hbox: if _in_replay: textbutton _("Gallery ") action ShowMenu("gallery") else: textbutton _("Gallery ") action ShowMenu("gallery") textbutton _("Character ") action ShowMenu("characterscreens") textbutton _("Selfies ") action ShowMenu("selfiegallery") vbox: style_prefix "gallery" xsize 1340 #row one vbox: hbox: if minaselfie1 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina1_hover.webp" idle "gui/gallery/selfie_mina1_idle.webp" action Replay("selfie_mina1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if minaselfie2 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina2_hover.webp" idle "gui/gallery/selfie_mina2_idle.webp" action Replay("selfie_mina2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if minaselfie3 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina3_hover.webp" idle "gui/gallery/selfie_mina3_idle.webp" action Replay("selfie_mina3", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if anitaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_anita1_hover.webp" idle "gui/gallery/selfie_anita1_idle.webp" action Replay("selfie_anita1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if minaselfie4 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina4_hover.webp" idle "gui/gallery/selfie_mina4_idle.webp" action Replay("selfie_mina4", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #ch6 if roeselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_roe1_hover.webp" idle "gui/gallery/selfie_roe1_idle.webp" action Replay("selfie_roe1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #ch7 if minaselfie5 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina5_hover.webp" idle "gui/gallery/selfie_mina5_idle.webp" action Replay("selfie_mina5", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #row two vbox: hbox: if minaselfie6 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina6_hover.webp" idle "gui/gallery/selfie_mina6_idle.webp" action Replay("selfie_mina6", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if minaselfie7 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina7_hover.webp" idle "gui/gallery/selfie_mina7_idle.webp" action Replay("selfie_mina7", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if minaselfie8 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina8_hover.webp" idle "gui/gallery/selfie_mina8_idle.webp" action Replay("selfie_mina8", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if robinselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_robin1_hover.webp" idle "gui/gallery/selfie_robin1_idle.webp" action Replay("selfie_robin1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if roeselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_roe2_hover.webp" idle "gui/gallery/selfie_roe2_idle.webp" action Replay("selfie_roe2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #c008 if minaselfie9 == "yes" or mina_taken_seen == "yes" or mina_end_good_seen == "yes": imagebutton: hover "gui/gallery/selfie_mina9_hover.webp" idle "gui/gallery/selfie_mina9_idle.webp" action Replay("selfie_mina9", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if marisaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_marisa1_hover.webp" idle "gui/gallery/selfie_marisa1_idle.webp" action Replay("selfie_marisa1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #row three vbox: hbox: if roeselfie3 == "yes": imagebutton: hover "gui/gallery/selfie_roe3_hover.webp" idle "gui/gallery/selfie_roe3_idle.webp" action Replay("selfie_roe3", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #ch10 if anitaselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_anita2_hover.webp" idle "gui/gallery/selfie_anita2_idle.webp" action Replay("selfie_anita2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if marisaselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_marisa2_hover.webp" idle "gui/gallery/selfie_marisa2_idle.webp" action Replay("selfie_marisa2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #ch13 if roe_story >= 8 and roestory7pick == "house": imagebutton: hover "gui/gallery/selfie_roe4_hover.webp" idle "gui/gallery/selfie_roe4_idle.webp" action Replay("selfie_roe4", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if saayaselfie1 == "yes" or saaya_met_times >=11: imagebutton: hover "gui/gallery/selfie_saaya1_hover.webp" idle "gui/gallery/selfie_saaya1_idle.webp" action Replay("selfie_sayaa1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if robinselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_robin2_hover.webp" idle "gui/gallery/selfie_robin2_idle.webp" action Replay("selfie_robin2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if tinaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_tina1_hover.webp" idle "gui/gallery/selfie_tina1_idle.webp" action Replay("selfie_tina1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #row four vbox: hbox: if marisaselfie3 == "yes": imagebutton: hover "gui/gallery/selfie_marisa3_hover.webp" idle "gui/gallery/selfie_marisa3_idle.webp" action Replay("selfie_marisa3", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if sammyselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_sammy1_hover.webp" idle "gui/gallery/selfie_sammy1_idle.webp" action Replay("selfie_sammy1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if anitaselfie3 == "yes": imagebutton: hover "gui/gallery/selfie_anita3_hover.webp" idle "gui/gallery/selfie_anita3_idle.webp" action Replay("selfie_anita3", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if tinarobinselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_tina_robin1_hover.webp" idle "gui/gallery/selfie_tina_robin1_idle.webp" action Replay("selfie_tinarobin1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if robinselfie3 == "yes": imagebutton: hover "gui/gallery/selfie_robin3_hover.webp" idle "gui/gallery/selfie_robin3_idle.webp" action Replay("selfie_robin3", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if sammyselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_sammy2_hover.webp" idle "gui/gallery/selfie_sammy2_idle.webp" action Replay("selfie_sammy2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if roeselfie4 == "yes": imagebutton: hover "gui/gallery/selfie_roe5_idle.webp" idle "gui/gallery/selfie_roe5_hover.webp" action Replay("selfie_roe5", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #row five vbox: hbox: if marisaanitaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_anita4_hover.webp" idle "gui/gallery/selfie_anita4_idle.webp" action Replay("selfie_anita4", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if marisaanitaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_marisa4_hover.webp" idle "gui/gallery/selfie_marisa4_idle.webp" action Replay("selfie_marisa4", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if karaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_kara1_hover.webp" idle "gui/gallery/selfie_kara1_idle.webp" action Replay("selfie_kara1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if robinselfie4 == "yes": imagebutton: hover "gui/gallery/selfie_robin4_hover.webp" idle "gui/gallery/selfie_robin4_idle.webp" action Replay("selfie_robin4", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if selenesaayaselfie1 == "yes" or saaya_met_times >=11: imagebutton: hover "gui/gallery/selfie_saaya2_hover.webp" idle "gui/gallery/selfie_saaya2_idle.webp" action Replay("selfie_sayaa2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if selenesaayaselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_selene1_hover.webp" idle "gui/gallery/selfie_selene1_idle.webp" action Replay("selfie_selene1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if karaselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_kara2_hover.webp" idle "gui/gallery/selfie_kara2_idle.webp" action Replay("selfie_kara2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #row six vbox: hbox: if karaselfie3 == "yes": imagebutton: hover "gui/gallery/selfie_kara3_hover.webp" idle "gui/gallery/selfie_kara3_idle.webp" action Replay("selfie_kara3", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if tinarobinselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_tina_robin2_hover.webp" idle "gui/gallery/selfie_tina_robin2_idle.webp" action Replay("selfie_tinarobin2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if marisaselfie4 == "yes": imagebutton: hover "gui/gallery/selfie_marisa5_hover.webp" idle "gui/gallery/selfie_marisa5_idle.webp" action Replay("selfie_marisa5", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if anitakaraselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_anita_kara1_hover.webp" idle "gui/gallery/selfie_anita_kara1_idle.webp" action Replay("selfie_karaanita1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if anitakaraselfie2 == "yes": imagebutton: hover "gui/gallery/selfie_anita_kara2_hover.webp" idle "gui/gallery/selfie_anita_kara2_idle.webp" action Replay("selfie_karaanita2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if kaitlinselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_kaitlin1_hover.webp" idle "gui/gallery/selfie_kaitlin1_idle.webp" action Replay("selfie_kaitlin1", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" if kaitlinselfie1 == "yes": imagebutton: hover "gui/gallery/selfie_kaitlin2_hover.webp" idle "gui/gallery/selfie_kaitlin2_idle.webp" action Replay("selfie_kaitlin2", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" #row seven vbox: hbox: if karaselfie4 == "yes": imagebutton: hover "gui/gallery/selfie_kara4_hover.webp" idle "gui/gallery/selfie_kara4_idle.webp" action Replay("selfie_kara4", locked=False) else: imagebutton: idle "gui/gallery/selfiegallery_locked.webp" imagebutton: idle "gui/gallery/selfie_empty.webp" imagebutton: idle "gui/gallery/selfie_empty.webp" imagebutton: idle "gui/gallery/selfie_empty.webp" imagebutton: idle "gui/gallery/selfie_empty.webp" imagebutton: idle "gui/gallery/selfie_empty.webp" imagebutton: idle "gui/gallery/selfie_empty.webp" label selfie_mina1: scene c002_s002_094 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina2: scene c002_s002_096 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina3: scene c003_s005_046 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina4: scene c004_s004_088 with Dissolve(0.5) show mina_ch4_mast with Dissolve(0.25) $ renpy.pause () $ renpy.end_replay() label selfie_mina5: scene c007_s005_013 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina6: scene c007_s005_015 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina7: scene c007_s005_017 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina8: scene c007_s005_134 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_mina9: scene c008_s006_076 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_anita1: scene c003_s004_046 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_anita2: scene c010_s008_105 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_anita3: scene c014_s009_078 with Dissolve(0.5) $ renpy.pause () scene blank with Dissolve(1) scene c014_s009_079 with Dissolve(1) $ renpy.pause () $ renpy.end_replay() label selfie_anita4: scene c016_s002_082 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_kaitlin1: scene c021_s004_139 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_kaitlin2: scene c021_s004_141 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_roe1: scene c006_s006_053 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_roe2: scene c007_s009_045 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_roe3: scene c008_s007_081 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_roe4: scene c010_s007_032 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_roe5: scene c016_s010_030 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_robin1: scene c007_s004_064 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_robin2: scene c013_s007_040 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_robin3: scene c015_s007_044 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_robin4: scene c017_s006_042 with Dissolve(0.5) $ renpy.pause () scene blank with Dissolve(1) scene c017_s006_043 with Dissolve(1) $ renpy.pause () $ renpy.end_replay() label selfie_marisa1: scene c008_s003_197 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_marisa2: scene c010_s004_012 with Dissolve(0.5) $ renpy.pause () scene blank with Dissolve(1) scene c010_s004_011 with Dissolve(1) $ renpy.pause () $ renpy.end_replay() label selfie_marisa3: scene c013_s005_071 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_marisa4: scene c016_s002_083 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_marisa5: scene c020_s007_044 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_tina1: scene c013_s002_031 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_kara1: scene c017_s008_049 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_kara2: scene c018_s003_065 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_kara3: scene c019_s002_140 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_kara4: scene c021_s002_054 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_sammy1: scene c013_s009_070 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_sammy2: scene c016_s004_045 with Dissolve(0.5) $ renpy.pause () scene blank with Dissolve(1) scene c016_s004_046 with Dissolve(1) $ renpy.pause () $ renpy.end_replay() label selfie_sayaa1: scene c013_s006_042 with Dissolve(0.5) $ renpy.pause () scene blank with Dissolve(1) scene c013_s006_043 with Dissolve(1) $ renpy.pause () scene blank with Dissolve(1) scene c013_s006_044 with Dissolve(1) $ renpy.pause () $ renpy.end_replay() label selfie_sayaa2: scene c017_s002_168 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_selene1: scene c017_s002_167 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_tinarobin1: scene c014_s011_082 with Dissolve(0.5) $ renpy.pause () scene blank with Dissolve(1) scene c014_s011_083 with Dissolve(1) $ renpy.pause () $ renpy.end_replay() label selfie_tinarobin2: scene c019_s003_182 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_karaanita1: scene c020_s003_101 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() label selfie_karaanita2: scene c020_s003_102 with Dissolve(0.5) $ renpy.pause () $ renpy.end_replay() ##############tips/warnings screen warningmina(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will alter the course of Mina's story, leading to a Bad Ending." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter screen warningmina2(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will lead to two different endings for Mina's story." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter screen warningkaitlin(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will alter the course of your relationship with Kaitlin." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter screen warningmarisa(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will alter the course of your relationship with Marisa." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter screen warninganita(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will alter the course of your relationship with Anita." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter screen warninganya(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will alter the course of your relationships with Anya and Kaitlin." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter screen warningkaitlinanya(): vbox: xalign 0.5 ypos 425 text "{font=fonts/Oswald-Bold.ttf}{size=+60}{color=#FFFFFF}Warning:{/color}{/size}{/font}" at truecenter text "You are approaching a choice that will alter the course of your relationship with both Kaitlin and Anya." at truecenter text "Save here if you wish to come back and choose differently." at truecenter text "If you don't wish to see these messages going forward, you can turn them off in the options." at truecenter