My familiar: Difference between revisions
Jump to navigation
Jump to search
imported>Bale see also |
imported>Bale |
||
Line 5: | Line 5: | ||
FunctionPage| | FunctionPage| | ||
name={{#var:name}}| | name={{#var:name}}| | ||
function_category=Your Character| | |||
function1={{Function| | function1={{Function| | ||
Line 25: | Line 26: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}}| | }}| | ||
special=When not logged in, returns $familiar[none] (needs spading). | special=When not logged in, returns $familiar[none] (needs spading). | ||
}} | }} | ||
Revision as of 08:50, 8 November 2014
Function Syntax
familiar my_familiar()
Returns your current familiar.
Code Samples
If your familiar is a leprechaun, retrieve a meat detector.
if(my_familiar() == $familiar[leprechaun]) {
retrieve_item(1 , $item[meat detector]);
}
Special
When not logged in, returns $familiar[none] (needs spading).