In moxie sign: Difference between revisions
Jump to navigation
Jump to search
imported>ZammyWarrior No edit summary |
imported>ZammyWarrior No edit summary |
||
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. | ||
<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]); }