You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the renpy.substitute() function to properly display a variable.
define list = [
"Hi, [player]",
"Do you have something interesting to say, [player]?"
]
labelmonika:
$ m_say = renpy.substitute(renpy.random.choice(list))
m "[m_say]"return
i dun thonk this belongs there. nyeheh.
happens when you load back into the submod in that open street. heheh
The text was updated successfully, but these errors were encountered: