In muscle sign: Difference between revisions
Jump to navigation
Jump to search
imported>ZammyWarrior No edit summary |
imported>ZammyWarrior No edit summary |
||
Line 7: | Line 7: | ||
<pre>#script checks to see if you are in a muscle sign. If true, it will import a script designed to plant mushrooms. | <pre>#script checks to see if you are in a muscle sign. If true, it will import a script designed to plant mushrooms. | ||
#If false, it does nothing. | #If false, it does nothing. | ||
if(in_muscle_sign()){ | if(in_muscle_sign()){ | ||
import <Mushroom Script.ash>; | import <Mushroom Script.ash>; | ||
}</pre> | }</pre> |
Revision as of 03:28, 31 August 2007
boolean in_muscle_sign()
Returns true if your ascension sign is a muscle sign otherwise false.
#script checks to see if you are in a muscle sign. If true, it will import a script designed to plant mushrooms. #If false, it does nothing. if(in_muscle_sign()){ import <Mushroom Script.ash>; }