Fluxxdog
Active member
Maybe I'm missing something, but I can't seem to find any kind of function the returns a familiar's current experience. Something along the lines of:
int familiar_experience(familiar buddy)
...which returns either the familiar's current experience, or in the case of the Stocking Mimic how many candies he's had. Is there such a function? If not, how would I code it?
int familiar_experience(familiar buddy)
...which returns either the familiar's current experience, or in the case of the Stocking Mimic how many candies he's had. Is there such a function? If not, how would I code it?