In mysticality sign

From Kolmafia
Revision as of 14:31, 29 January 2009 by imported>Zarqon (more links, consistent formatting, logged-out info)
Jump to navigation Jump to search

boolean in_mysticality_sign()

Returns true if your ascension sign is a mysticality sign; otherwise, returns false.

This example farms the logging camp if it's accessible:

 if (in_mysticality_sign() && my_adventures() > 0) {
   adventure(my_adventures(), $location[logging camp]);
 }

When not logged in, this function returns false.