In moxie sign
Jump to navigation
Jump to search
Function Syntax
boolean in_moxie_sign()
Returns true if your moon sign gives a bonus to moxie stat gains. Otherwise it returns false.
Code Samples
if (in_moxie_sign())
print("You currently get +10% moxie sub stats and your current sign is "+my_sign()+".", "blue");
else print("Your sign isn't a moxie sign.", "blue");
See Also
Special
When not logged in, this function returns false.