Use familiar: Difference between revisions
Jump to navigation
Jump to search
imported>Slyz return value is boolean, not familiar |
imported>Bale mNo edit summary |
||
Line 5: | Line 5: | ||
FunctionPage| | FunctionPage| | ||
name={{#var:name}}| | name={{#var:name}}| | ||
function1={{Function| | function1={{Function| | ||
Line 23: | Line 22: | ||
cli_equiv=The CLI command "familiar" has the same function when a familiar type is specified as the only parameter.| | cli_equiv=The CLI command "familiar" has the same function when a familiar type is specified as the only parameter.| | ||
}} | }} | ||
[[Category:Equipment]] |
Revision as of 22:11, 21 May 2010
needs(code_samples);
Function Syntax
boolean use_familiar(familiar buddy )
- buddy is the familiar to equip
Switches your current familiar for the the familiar buddy specified. Returns true if the specified familiar buddy is your current familiar after the function's completion (so it will return true if you try to switch to your current familiar).
CLI Equivalent
The CLI command "familiar" has the same function when a familiar type is specified as the only parameter.