[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "AddSpell"
Jump to navigation
Jump to search
no edit summary
imported>Decoup (Added leveled spell example) |
imported>Khadir |
||
Line 1: | Line 1: | ||
{{ActorFunction}} | |||
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. | 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''' | '''Syntax''' | ||
AddSpell ''SpellID'' | [''ActorID''.]AddSpell ''SpellID'' | ||
'''Example''' | '''Example''' | ||
Line 31: | Line 32: | ||
[[RemoveSpell]] | [[RemoveSpell]] | ||
==Reference== | ==Reference== | ||
{{:AddSpell_Reference}} | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Magic Functions]] | [[Category: Magic Functions]] |