In moxie sign: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang No edit summary |
imported>StDoodle mNo edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name|in_moxie_sign}} | {{ | ||
{{#vardefine:return_type|boolean}} | #vardefine:name|in_moxie_sign}}{{ | ||
#vardefine:return_type|boolean}}{{ | |||
FunctionPage| | |||
name={{#var:name}}| | name={{#var:name}}| | ||
function_category=Your Character| | function_category=Your Character| |
Revision as of 20:07, 8 March 2010
Function Syntax
boolean in_moxie_sign()
Returns true if your ascension sign is a moxie sign; otherwise, returns false.
Code Samples
This example will adventure in the Thugnderdome if you are able.
if(in_moxie_sign() && my_adventures() > 0) {
adventure(my_adventures() , $location[thugnderdome]);
}
See Also
Special
When not logged in, this function returns false.