no edit summary
mNo edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
;''Returns'' | ;''Returns'' | ||
:; | :; numPetSpells, petToken | ||
:; | :;numPetSpells : Boolean - <tt>nil</tt> if the player has no pet spells, otherwise returns the number of pet spells. | ||
:;petToken : String - The pet token | :;petToken : String - The pet token, can be "DEMON" or "PET" | ||
---- | ---- | ||
| Line 28: | Line 28: | ||
;''Description'' | ;''Description'' | ||
: Returns | : Returns <tt>nil</tt> if the player has no pet spells, the number of pet spells otherwise. | ||
---- | ---- | ||