Open main menu

UESPWiki β


GetSpellEffects

                GetSpellEffects, SpellID

       Where:   SpellID = The spell you wish to check for.

        Type:   Magic

     Returns:   short

     Example:   if ( GetSpellEffects, "Burning Hand"  == 1 )
                set sValue to ( "Myn Farr"->GetSpellEffects, "Rust Chancre" )

     Scripts:   bulfimScript
                Example_NPC_Stuff

Returns 1 if the calling object is under the effect of the given spell, or 0 otherwise.

See Also: GetEffect, GetSpell