My familiar

From Kolmafia
Revision as of 19:11, 28 February 2010 by imported>Grotfang (moved My familiar() to My familiar: Conformity)
Jump to navigation Jump to search

familiar my_familiar()
Returns your current familiar.

#Script check if your current familiar is leprechaun. If true it will retrieve 1 meat detector
if(my_familiar() == $familiar[leprechaun]){
retrieve_item(1, $item[meat detector]);
}