Andrew
Results
11
comments of
Andrew
You can use the `renpy.substitute()` function to properly display a variable. ```renpy define list = [ "Hi, [player]", "Do you have something interesting to say, [player]?" ] label monika: $...