View attachment 1605573
idk what script you use but ...
This is the scrip that the game has from being just downloaded, so its evidently broken or someone modded it and replaced it
label playername:
define mc = Character("[name]", color="#0262b5")
define p = Character("Teacher", color="#7a008c")
define z = Character("Zoe", color="#51f5ef")
define j = Character("Jacob", color="#ff5500")
define dir = Character("Principal Miller", color="#332314")
define v = Character("Vania", color="#f21000")
define unc = Character("Uncle Mike", color="#f5ed0f")
define pa = Character("Patrick", color="#036b29")
define me = Character("Melissa", color="#8422e6")
define em = Character("Emma", color="#00e851")
define ke = Character("Kevin", color="#825712")
define el = Character("Elizabeth", color="#1bf283")
define wi = Character("Will", color="#d12317")
define g1 = Character("Girl 1", color="#1DFF40")
define g = Character("Girl 2", color="#00EAFF")
define a = Character("Ashley", color="#E622BB")
define per = Character("Person", color="#E622BB")
$ name = renpy.input("What is your name?", length=32)
$ name = name.strip()
if name == "":
jump playername
return
label start:
scene black with fade
label playername1:
$ name = renpy.input("What is your name?", length=15)
$ name = name.strip()
if name == "":
jump playername1
call relation from _call_relation
call character from _call_character
$ persistent.name = name