Hi, I was wondering if there was a way to print which variables are connected to which parents. For instance say you have a parent mcstats, it'll return something like <store.Mcstats object at ....>. Is there a way to know whats in that function? For instance If mcstats.str, mcstats.int, mcstats.dex exist, is there a command that will list str, int, and dex? I've looked up the renpy documentation, and I either didnt know what I was looking at, or was looking at the wrong place.