Difference between revisions of "AddSpell"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>EConundrum
imported>EConundrum
Line 1: Line 1:
==Description==
==Description==


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. Note it is the Form ID of the spell you need to use with this command e.g. the Hexdecimal number note the unique text ID as previously stated.


==Syntax==
==Syntax==

Revision as of 06:29, 13 February 2012

Description

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. Note it is the Form ID of the spell you need to use with this command e.g. the Hexdecimal number note the unique text ID as previously stated.

Syntax

<ActorRef>.AddSpell SpellFORMID

Example

player.addSpell firebolt

Adds Firebolt spell to the player

See Also

RemoveSpell
EquipSpell
HasEquippedSpell

Papyrus Version

AddSpell - Actor