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

Description: Unlearns a specified known spell. The original game (bg2) let only mage spells unlearned.

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

Return value: boolean, 1 on success

See also: UnmemorizeSpell, GetKnownSpellsCount, GetKnownSpell, LearnSpell, RemoveEffects

