Difference between revisions of "In mysticality sign"

From Kolmafia
Jump to navigation Jump to search
imported>ZammyWarrior
imported>ZammyWarrior
Line 3: Line 3:
 
[[Category:Your Character | In mysticality sign()]]
 
[[Category:Your Character | In mysticality sign()]]
 
[[Category:Ash Functions |In mysticality sign()]]
 
[[Category:Ash Functions |In mysticality sign()]]
[[Category:Needs Code Samples | In mysticality sign()]]
 
 
<pre>#Script checks to see if your in mysticality sign. If true, it 'farms' the logging camp.  
 
<pre>#Script checks to see if your in mysticality sign. If true, it 'farms' the logging camp.  
  

Revision as of 23:58, 16 November 2007

boolean in_mysticality_sign()
Returns true if your ascension sign is a mysticality sign otherwise false.

#Script checks to see if your in mysticality sign. If true, it 'farms' the logging camp. 

if(in_mysticality_sign() && my_adventures() > 0){
adventure(my_adventure(), $location[logging camp]);
}