AddSpell

From the Oblivion ConstructionSet Wiki
Revision as of 20:54, 6 June 2006 by imported>Decoup (Added note on use as a console command. (FormID))
Jump to navigation Jump to search

Adds spell item to calling actor. "Spells" include diseases, abilities, spells and powers . When an ability or disease is added it shows up as a current magical effect. When a spell or power is added it shows up as a castable power/spell. There are other important differences. See Spell for more info.

Syntax

AddSpell SpellID 

Example

AddSpell AbWeaknessNormalWeapons

Notes

  • Addspell works only with spell types listed in the Spells section of the object window. It cannot be used to add leveled spells to an actor via script.
  • Be careful when using this function on non-unique actors. Adding an ability or spell to an actor adds it to the base object, so any references that are later spawned from that base object will also have the spell.
  • Like most functions, this one is a little different when used as a console command. When used as a console command the SpellID must be specified as a FormID.

See Also

RemoveSpell

Reference

List of functions that use AddSpell