Difference between revisions of "Friars available"

From Kolmafia
Jump to navigation Jump to search
imported>Fluxxdog
(Created page with "{{ #vardefine:name|friars_available}}{{ #vardefine:return_type|boolean}}{{ FunctionPage| name={{#var:name}}| function1={{Function| name={{#var:name}}| return_type={{#var:return...")
 
(No difference)

Latest revision as of 07:36, 10 October 2011

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.