
Prototype: GemRB.UnmemorizeSpell(PartyID, SpellType, Level, Index)

Description: Unmemorizes specified memorized spell.

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

Return value: boolean, 1 on success

See also: MemorizeSpell, GetMemorizedSpellsCount, GetMemorizedSpell

