ash function for familiar experience?

Spiny

Member
Is there a function similar to the familiar weight that will return familiar experience? I'd like to easily know which of my familiars have 0 experience.

Thanks,
Spiny
 

Bale

Minion
I didn't know, so I decided to use mafia's built in help function:
Code:
[COLOR="Olive"]> ashref familiar[/COLOR]

familiar to_familiar( int )
familiar to_familiar( string )
familiar my_familiar( )
boolean have_familiar( familiar )
boolean use_familiar( familiar )
item familiar_equipment( familiar )
item familiar_equipped_equipment( familiar )
int familiar_weight( familiar )
float numeric_modifier( familiar, string, int, item )
It seems the answer is no.
 

Spiny

Member
nod i'd looked there as well, but was being hopeful there was something that wasn't listed there that would fit the bill.
 

jasonharper

Developer
Mafia doesn't track familiar experience; it just reads the weights from your terrarium at startup, and then watches for "gains a pound" messages.

You would need to visit the terrarium page and parse it yourself to find the 0-exp familiars.
 
Top