My enthroned familiar

From Kolmafia
Revision as of 17:59, 23 July 2010 by imported>Heeheehee
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function Syntax

familiar my_enthroned_familiar()

Returns the familiar currently enthroned.

Code Sample

Returns true if the El Vibrato Megadrone is successfully equipped to the Crown of Thrones.

boolean enthrone_megadrone() {
   if (my_enthroned_familiar()!=$familiar[el vibrato megadrone])
      return enthrone_familiar($familiar[megadrone]);
   return false;
}

See Also

enthrone_familiar() | equipped_item()