
Prototype: GemRB.GetMemorizedSpellsCount(PartyID, SpellType, Level)

Description: Returns number of spells of given type and level in selected character's memory.

Parameters:
PartyID   - the PC's position in the party
SpellType - 0 - priest, 1 - wizard, 2 - innate
Level     - the memorized spell's level

Return value: numeric

See also: GetMemorizedSpell, GetKnownSpellsCount

