Gnomads available

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

boolean gnomads_available()

This function returns true if the logged-in character has has access to the Gnomish Gnomad Camp.

Code Samples

This example will adventure in the Thugnderdome if you are able.

if(gnomads_available() && my_adventures() > 0) {
   adventure(my_adventures() , $location[thugnderdome]);
}

See Also

knoll_available() | canadia_available()

Special

When not logged in, this function returns false.