In muscle sign: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang No edit summary |
imported>Grotfang No edit summary |
||
Line 27: | Line 27: | ||
see_also={{SeeAlso|in_mysticality_sign|in_moxie_sign}}| | see_also={{SeeAlso|in_mysticality_sign|in_moxie_sign}}| | ||
special=When not logged in, this function returns | special=When not logged in, this function returns false. | ||
}} | }} |
Revision as of 13:50, 1 March 2010
Function Syntax
boolean in_muscle_sign()
Returns true if your ascension sign is a muscle sign; otherwise, returns false.
Code Samples
This example will import a mushroom-planting script if you are in a muscle sign.
if(in_muscle_sign()) {
import <Mushroom Script.ash>;
}
See Also
Special
When not logged in, this function returns false.