- Mar 28, 2021
- 5,745
- 10,948
better off reporting on discordJacquesdor
pls remove this line(29) at script.rpy
$ mc_name = renpy.input("What's your first name?", default="Jack", allow='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', length=15)
$ mc_name = mc_name.strip()
$ mc_name = mc_name.capitalize()
if mc_name == "":
$ mc_name = "Jack"
why?
thats why :
if i name my mc AxelF
this line forces the name to be Axelf
thanks