I'm sure this has been asked many times but I simply don't know what to search for to find those threads, and I've tried.
I'm in the Renpy console and I'm trying to change the value of a variable that is "grouped" in another variable.
It's a variable named let's say relationshipPoints in the console and when I call it to view its value it reads something like {'NameA': 0, 'NameB': 5,
'NameC': 3}
So how do I change any one of those values via the console?
I'm in the Renpy console and I'm trying to change the value of a variable that is "grouped" in another variable.
It's a variable named let's say relationshipPoints in the console and when I call it to view its value it reads something like {'NameA': 0, 'NameB': 5,
So how do I change any one of those values via the console?