In mysticality sign: Difference between revisions
Jump to navigation
Jump to search
imported>Efilnikufecin No edit summary |
imported>ZammyWarrior No edit summary |
||
Line 4: | Line 4: | ||
[[Category:Ash Functions |In mysticality sign()]] | [[Category:Ash Functions |In mysticality sign()]] | ||
[[Category:Needs Code Samples | 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. | |||
if(in_mysticality_sign() && my_adventures() > 0){ | |||
adventure(my_adventure(), $location[logging camp]); | |||
}</pre> |
Revision as of 03:30, 31 August 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]); }