Friars available

From Kolmafia
Jump to navigation Jump to search

Function Syntax

boolean friars_available()

This function returns true if the logged-in character has completed the Deep Fat Friars quest. It does not tell you if you can get your daily blessing.

Code Samples

This will check to see if you can get you daily blessing to get more experience for your familiars.

if(friars_available() && get_property("friarsBlessingReceived")!="true"){
   cli_execute("friars familiar");}

Special

When not logged in, this function returns false.