init python: import inspect def replace_text(text): frame = inspect.currentframe() who = frame.f_back.f_locals.get('who') text = text.replace("In the quaint town of Willowridge, [protagonist_name], a college student, lives with his stepmother, Rose, and stepsister, Lina. Rose became [protagonist_name]'s stepmother when he was only six, marrying his father. However, tragedy struck a year into their marriage when [protagonist_name]'s father passed away in a car accident.","In the quaint town of Willowridge, [protagonist_name], a college student, lives with his mother, Rose, and sister, Lina. Tragedy struck their family when [protagonist_name]'s father passed away in a car accident when the children were young.") text = text.replace("Left to navigate life together, Rose, who works as a barber, took on the role of a caring and passionate mother to both [protagonist_name] and Lina. Lina, one year older than [protagonist_name], shares a unique sibling bond with him. The trio's daily life unfolds in a cozy home, filled with the aroma of Rose's cooking and the casual intimacy","Left to navigate life together, Rose, who works as a barber, took on the responsibility of caring for her children as a single parent. Lina, one year older than [protagonist_name], always had a unique bond with her younger brother. The trio's daily life unfolds in a cozy home, filled with the aroma of Rose's cooking and the casual intimacy") text = text.replace("that comes with a family forged through circumstance rather than blood ties.","she fostered to heal a family scarred by loss.") text = text.replace("[protagonist_name] sighed, but he couldn't help but smile at Rose's caring demeanor. Even though they weren't blood-related, she had been there for him for as long as he could remember","[protagonist_name] sighed, but he couldn't help but smile at his mother's caring demeanor. He admired how she always did the best for her children no matter what she was going through") text = text.replace("But, we aren't blood-related, isn't it?","It doesn't matter what we're supposed to do, all that matters is how we feel.") text = text.replace("[protagonist_name] pulled out his dick, and sperm flowed out of Lina's pussy...","[protagonist_name] pulled out his dick, and sperm flowed out of his sister's pussy...") text = text.replace("stepmother", "mother") text = text.replace("Stepmother", "Mother") text = text.replace("stepsister.","sister") text = text.replace("Stepsister","Sister") text = text.replace("stepmom", "mom") text = text.replace("Stepmom", "Mom") text = text.replace("stepsis.","sis") text = text.replace("Stepsis","Sis") if who is protagonist or who is L: text = text.replace("Rose", "Mom") return text config.say_menu_text_filter = replace_text