Oh, that's exactly what he sent me in private messages , if you did it, then thank you for the code and the person who brought it here
add this after line 70
python:
mc = renpy.input("What is your name? Default is Adam")
mc = mc.strip()
if mc == "":
mc = "Adam"
persistent.mc = Adam
else:
persistent.mc = mc
change this (adam)
define mc = Character("[mc]", kind=nvl, callback=Phone_SendSound)
you need to figure out the "adam's thoughts" thing
dont have the time for now
oh and all "Adam" at the script should be mc
for name like this :
mc "Hmm, pasta is tempting, but that chicken of yours is unbeatable."
mc "Let’s go with that."
Lisa "Knew you’d say that."
Lisa "Alright, chicken it is."
Lisa "But I expect proper gratitude for this masterpiece! "
show screen Dreem("
[mc]'s thoughts", "Of course she does. She always knows how to make me work for it.")
this one is your job