Difference between revisions of "In moxie sign"

From Kolmafia
Jump to navigation Jump to search
imported>Efilnikufecin
imported>ZammyWarrior
Line 6: Line 6:
 
[[Category:Ash Functions |In moxie sign()]]
 
[[Category:Ash Functions |In moxie sign()]]
 
[[Category:Needs Code Samples | In moxie sign()]]
 
[[Category:Needs Code Samples | In moxie sign()]]
 +
<pre>#If in moxie sign script will 'farm' the thugnerdome.
 +
 +
if(in_moxie_sign() && my_adventures > 0){
 +
adventure(my_adventures(), $location[thugnerdome]);
 +
}</pre>

Revision as of 03:32, 31 August 2007

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