
Prototype: GemRB.ApplySpell(PartyID, resref)

Description: Applies a spell on the actor marked by PartyID.
This function can be used to add abilities that are stored as spells (eg. innates)

Parameters:
PartyID           - the player character's index in the party
resref            - spell resource reference

Return value: N/A

See also: SpellCast, ApplyEffect, CountEffects

