In moxie sign

From Kolmafia
Revision as of 13:53, 1 March 2010 by imported>Grotfang
Jump to navigation Jump to search



Function Syntax

boolean in_moxie_sign()

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

Code Samples

This example will adventure in the Thugnderdome if you are able.

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

See Also

in_muscle_sign() | in_mysticality_sign() | my_adventures()

Special

When not logged in, this function returns false.