In moxie sign

From Kolmafia
Revision as of 03:32, 31 August 2007 by imported>ZammyWarrior
Jump to navigation Jump to search

boolean in_moxie_sign()

Returns true if your ascension sign is a moxie sign otherwise false.

#If in moxie sign script will 'farm' the thugnerdome.

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