In mysticality sign: Difference between revisions
Jump to navigation
Jump to search
imported>Bale Valhalla revamp in r9307 |
imported>Eliteofdelete No edit summary |
||
Line 15: | Line 15: | ||
function_description=Returns true if your moon sign gives a bonus to mysticality stat gains. Otherwise it returns false.| | function_description=Returns true if your moon sign gives a bonus to mysticality stat gains. Otherwise it returns false.| | ||
code1={{CodeSample| | |||
title=Code Samples| | |||
description=| | |||
code= | |||
<syntaxhighlight> | |||
if (in_mysticality_sign()) | |||
print("You currently get +10% mysticality sub stats and your current sign is "+my_sign()+".", "blue"); | |||
else print("Your sign isn't a mysticality sign.", "blue"); | |||
</syntaxhighlight>| | |||
}}| | |||
see_also={{SeeAlso|in_muscle_sign|in_moxie_sign|my_adventures}}| | see_also={{SeeAlso|in_muscle_sign|in_moxie_sign|my_adventures}}| |
Latest revision as of 03:40, 14 January 2015
Function Syntax
boolean in_mysticality_sign()
Returns true if your moon sign gives a bonus to mysticality stat gains. Otherwise it returns false.
Code Samples
if (in_mysticality_sign())
print("You currently get +10% mysticality sub stats and your current sign is "+my_sign()+".", "blue");
else print("Your sign isn't a mysticality sign.", "blue");
See Also
Special
When not logged in, this function returns false.