
Prototype: GemRB.RemoveEffects(PartyID, SpellResRef)

Description: Removes all effects created by the spell named SpellResRef.
This is mostly useful for removing class abilities (CLAB/HLA AP_* entries).

Parameters:
PartyID     - the PC's position in the party
SpellResRef - a spell resource reference

See also: RemoveSpell, RemoveItem

