Reference Manual: (offline | online) Quickstart: (offline | online)

DynamicCharacter

Example

init:
    $ povname = ""
    $ pov = DynamicCharacter("povname", color=(192, 64, 64, 255))

$ povname = renpy.input("What is your name?")
pov "My name is %(povname)s."
Reference Manual: (offline | online) Quickstart: (offline | online)