In moxie sign: Difference between revisions
Jump to navigation
Jump to search
imported>Zarqon more links, consistent formatting |
imported>Grotfang m moved In moxie sign() to In moxie sign |
(No difference)
|
Revision as of 13:50, 1 March 2010
Returns true if your ascension sign is a moxie sign; otherwise, returns false.
This example will adventure in the Thugnderdome if you are able:
if (in_moxie_sign() && my_adventures() > 0) {
adventure(my_adventures(), $location[thugnderdome]);
}
When not logged in, this function returns false.