In mysticality sign: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle mNo edit summary |
imported>Bale mNo edit summary |
||
Line 5: | Line 5: | ||
FunctionPage| | FunctionPage| | ||
name={{#var:name}}| | name={{#var:name}}| | ||
function1={{Function| | function1={{Function| | ||
Line 30: | Line 29: | ||
special=When not logged in, this function returns false. | special=When not logged in, this function returns false. | ||
}} | }} | ||
[[Category:Your Character]] |
Revision as of 21:39, 21 May 2010
Function Syntax
boolean in_mysticality_sign()
Returns true if your ascension sign is a mysticality sign; otherwise, returns false.
Code Samples
This example farms the logging camp if it's accessible.
if(in_mysticality_sign() && my_adventures() > 0) {
adventure(my_adventures() , $location[logging camp]);
}
See Also
Special
When not logged in, this function returns false.