In mysticality sign
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]); }