Difference between revisions of "In mysticality sign"

From Kolmafia
Jump to navigation Jump to search
imported>ZammyWarrior
imported>Bale
(Valhalla revamp in r9307)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''boolean in_mysticality_sign()'''<br/>
+
{{
Returns true if your ascension sign is a mysticality sign otherwise false.
+
#vardefine:name|in_mysticality_sign}}{{
[[Category:Your Character | In mysticality sign()]]
+
#vardefine:return_type|boolean}}{{
[[Category:Ash Functions |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){
+
FunctionPage|
adventure(my_adventure(), $location[logging camp]);
+
name={{#var:name}}|
}</pre>
+
 
 +
function1={{Function|
 +
name={{#var:name}}|
 +
aggregate={{#var:aggregate}}|
 +
return_type={{#var:return_type}}|
 +
return_also={{#var:return_also}}
 +
}}|
 +
 
 +
function_description=Returns true if your moon sign gives a bonus to mysticality stat gains. Otherwise it returns false.|
 +
 
 +
needscode=yes|
 +
 
 +
see_also={{SeeAlso|in_muscle_sign|in_moxie_sign|my_adventures}}|
 +
special=When not logged in, this function returns false.
 +
}}
 +
 
 +
[[Category:Your Character]]

Revision as of 10:03, 19 May 2011

needs(code_samples);

Function Syntax

boolean in_mysticality_sign()

Returns true if your moon sign gives a bonus to mysticality stat gains. Otherwise it returns false.

See Also

in_muscle_sign() | in_moxie_sign() | my_adventures()

Special

When not logged in, this function returns false.