In moxie sign: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Bale
mNo edit summary
imported>Bale
Valhalla revamp in r9307
Line 13: Line 13:
}}|
}}|


function_description=Returns true if your ascension sign is a moxie sign; otherwise, returns false.|
function_description=Returns true if your moon sign gives a bonus to moxie stat gains. Otherwise it returns false.|


code1={{CodeSample|
needscode=yes|
title=Code Samples|
description=This example will adventure in the Thugnderdome if you are able.|
code=
<syntaxhighlight>
if(in_moxie_sign() && my_adventures() > 0) {
  adventure(my_adventures() , $location[thugnderdome]);
}
</syntaxhighlight>
}}|


see_also={{SeeAlso|in_muscle_sign|in_mysticality_sign|my_adventures}}|
see_also={{SeeAlso|in_muscle_sign|in_mysticality_sign|my_adventures}}|

Revision as of 10:04, 19 May 2011

needs(code_samples);

Function Syntax

boolean in_moxie_sign()

Returns true if your moon sign gives a bonus to moxie stat gains. Otherwise it returns false.

See Also

in_muscle_sign() | in_mysticality_sign() | my_adventures()

Special

When not logged in, this function returns false.