Difference between revisions of "In muscle sign"

From Kolmafia
Jump to navigation Jump to search
imported>Zarqon
(more links, consistent formatting, logged-out info)
imported>Grotfang
(No difference)

Revision as of 13:47, 1 March 2010

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.