- Feb 20, 2021
- 4,546
- 7,841
you should have told me that you made one already and linked it for the other guyJust make a .rpy file of this and put whatever names you like and put it in the game folderPython:init 1090 python: def replace_text(t1): t1 = t1.replace("original_name", "madeup_name") t1 = t1.replace("original_name2", "madeup_name2") return t1 config.replace_text = replace_text
Maybe this will solve the problem. I'm not home so I can't test it. Let me know if it works. Thanks
i am not playing or following that game so i was not aware