In muscle sign: Difference between revisions
Jump to navigation
Jump to search
imported>Zarqon more links, consistent formatting, logged-out info |
imported>Grotfang m moved In muscle sign() to In muscle sign |
(No difference)
|
Revision as of 13:47, 1 March 2010
Returns true if your ascension sign is a muscle sign; otherwise, returns false.
This example will import a mushroom-planting script if you are in a muscle sign:
if (in_muscle_sign()) {
import <Mushroom Script.ash>;
}
When not logged in, this function returns false.