In muscle sign

From Kolmafia
Revision as of 14:25, 29 January 2009 by imported>Zarqon (more links, consistent formatting, logged-out info)
Jump to navigation Jump to search

boolean in_muscle_sign()

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.