In muscle sign: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
FunctionPage| | FunctionPage| | ||
name={{#var:name}}| | name={{#var:name}}| | ||
function1={{Function| | function1={{Function| | ||
| Line 30: | Line 29: | ||
special=When not logged in, this function returns false. | special=When not logged in, this function returns false. | ||
}} | }} | ||
[[Category:Your Character]] | |||
Revision as of 21:39, 21 May 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.