VN Ren'Py Completed The Heroes of Eroticism [Ep.9] [Kenningsly]

3.00 star(s) 21 Votes

MellowRebel

New Member
Dec 1, 2022
6
1
Is a name change possible?
I just learned how =


Save this as a rpy !!! It should be able to replace all characters from what the author said.

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
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
 
3.00 star(s) 21 Votes