I created a family of global objects for a Final Fantasy-style RPG, with each Object representing a different character's statistics. I want to implement a leveling system, and to do that, I need to compare two private variables within the family: each character's current experience, and the amount of experience they need to level up. But to do that, I need to know how to use a Family in an expression.
Now, I thought it would be the expression would be something like
family_name.Value('Variable name')[/code:1qk6i23g]
But that doesn't appear to be the case. If it is, well, then I just need to figure out what I'm doing wrong.
Thanks in advance.