documentation index ◦ reference manual ◦ function index
Function: | DynamicCharacter | (name, **kwargs): |
Equivalent to calling Character with the same arguments, and with the dynamic argument set to true.
init: $ povname = "" $ pov = DynamicCharacter("povname", color=(192, 64, 64, 255)) $ povname = renpy.input("What is your name?") pov "My name is %(povname)s."