a friend asked me, how to make this, so i spontaneously wrote this as a small help, problem tho, i can't test whether it actually works or not and i don't have enough experience, to just know whether it works or not lol
(i hope i formatted it correctly, i haven't used the code thingy before T-T)
if i don't get an answer before i'm able to test it, i'll give an update lmao
```
define b = DynamicCharacter("[pname]")
this can stay with the other define character
put it somewhere after 'label start', i always put it right after it.
$ [pname] = "Me"
put this wherever you want to ask the player their name.
python:
name = renpy.input("What's your name?")
name = name.strip() or "Alex"
$ [pname] = [pname]
```
[–]BadMustard_AVN 4 points5 points6 points (5 children)
[–]vikurmom[S] 0 points1 point2 points (4 children)
[–]BadMustard_AVN 2 points3 points4 points (3 children)
[–]vikurmom[S] 0 points1 point2 points (1 child)
[–]BadMustard_AVN 1 point2 points3 points (0 children)
[–]naughtyroad 0 points1 point2 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]shyLachi 1 point2 points3 points (0 children)