Difference between revisions of "In moxie sign"

From Kolmafia
Jump to navigation Jump to search
imported>ZammyWarrior
imported>ZammyWarrior
Line 3: Line 3:
 
Returns true if your ascension sign is a moxie sign otherwise false.
 
Returns true if your ascension sign is a moxie sign otherwise false.
  
[[Category:Your Character | In moxie sign()]]
 
[[Category:Ash Functions |In moxie sign()]]
 
[[Category:Needs Code Samples | In moxie sign()]]
 
 
<pre>#If in moxie sign script will 'farm' the thugnerdome.
 
<pre>#If in moxie sign script will 'farm' the thugnerdome.
  
Line 11: Line 8:
 
adventure(my_adventures(), $location[thugnerdome]);
 
adventure(my_adventures(), $location[thugnerdome]);
 
}</pre>
 
}</pre>
 +
 +
[[Category:Your Character | In moxie sign()]]
 +
[[Category:Ash Functions |In moxie sign()]]

Revision as of 23:58, 16 November 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]);
}