find . -name "*.rpy" -exec grep -iH "_mod3" {} \;
./scripts/innies/biographies.rpy: imagebutton idle "gui/relwithherbutton2.png" hover "gui/relwithherbutton.png" action If(renpy.get_screen("sherona_mod3"), Hide("sherona_bio"), ShowMenu("sherona_mod3")) xalign 0.5
./scripts/innies/biographies.rpy: imagebutton idle "gui/relwithherbutton2.png" hover "gui/relwithherbutton.png" action If(renpy.get_screen("gloria_mod3"), Hide("gloria_bio"), ShowMenu("gloria_mod3")) xalign 0.5
./scripts/innies/biographies.rpy: imagebutton idle "gui/relwithherbutton2.png" hover "gui/relwithherbutton.png" action If(renpy.get_screen("reagan_mod3"), Hide("reagan_bio"), ShowMenu("reagan_mod3")) xalign 0.5
./scripts/innies/biographies.rpy: imagebutton idle "gui/relwithherbutton2.png" hover "gui/relwithherbutton.png" action If(renpy.get_screen("elle_mod3"), Hide("elle_bio"), ShowMenu("elle_mod3")) xalign 0.5
./scripts/innies/biographies.rpy: imagebutton idle "gui/relwithhimbutton2.png" hover "gui/relwithhimbutton.png" action If(renpy.get_screen("donald_mod3"), Hide("donald_bio"), ShowMenu("donald_mod3")) xalign 0.5
./scripts/innies/stats.rpy:screen sherona_mod3:
./scripts/innies/stats.rpy: textbutton _("OK") action SetField(persistent, "sheronarelwith", tenant), Hide("sherona_mod3"), ShowMenu("sherona_bio_initial")
./scripts/innies/stats.rpy:screen donald_mod3:
./scripts/innies/stats.rpy: textbutton _("OK") action SetField(persistent, "donaldrelwith", relwithdonald), Hide("donald_mod3"), ShowMenu("donald_bio")
./scripts/innies/stats.rpy:screen elle_mod3:
./scripts/innies/stats.rpy: textbutton _("OK") action SetField(persistent, "ellerelwith", relwithelle), Hide("elle_mod3"), ShowMenu("elle_bio")
./scripts/innies/stats.rpy:screen gloria_mod3:
./scripts/innies/stats.rpy: textbutton _("OK") action SetField(persistent, "gloriarelwith", relwithgloria), Hide("gloria_mod3"), ShowMenu("gloria_bio")
./scripts/innies/stats.rpy:screen reagan_mod3:
./scripts/innies/stats.rpy: textbutton _("OK") action SetField(persistent, "reaganrelwith", relwithreagan), Hide("reagan_mod3"), ShowMenu("reagan_bio")