In mysticality sign

From Kolmafia
Revision as of 23:58, 16 November 2007 by imported>ZammyWarrior
Jump to navigation Jump to search

boolean in_mysticality_sign()
Returns true if your ascension sign is a mysticality sign otherwise false.

#Script checks to see if your in mysticality sign. If true, it 'farms' the logging camp. 

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