My bjorned familiar

From Kolmafia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function Syntax

familiar my_bjorned_familiar()

Returns the familiar currently occupying the Buddy Bjorn.

Code Sample

Returns true if the El Vibrato Megadrone is successfully equipped to the Buddy Bjorn.

boolean bjornify_megadrone() {
   if (my_bjorned_familiar()!=$familiar[el vibrato megadrone])
      return bjornify_familiar($familiar[el vibrato megadrone]);
   return false;
}

See Also

enthrone_familiar() | my_enthroned_familiar() | bjornify_familiar() | equipped_item()