In mysticality sign

From Kolmafia
Revision as of 13:42, 1 March 2010 by imported>Grotfang (moved In mysticality sign() to In mysticality sign: Conformity)
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.