Background for Skyrim SE
Member of the Shout script
voidfunctionSetNthSpell(intn, SpellaSpell)Native

Description

Wiki Description

Sets the specified Nth spell of this shout.


Caveats


Parameters

intn

CK Wiki Description

Index of the Word of Power to set the spell for

  • 0 - Set the first word's spell.
  • 1 - Set the second word's spell.
  • 2 - Set the third word's spell.

SpellaSpell

CK Wiki Description

The spell to set for the specified word of power.


Examples

Shout property UnrelentingForceShout auto
Spell property VoiceUnrelentingForce1 auto

; Set the spell used by a word in this shout.
; Lets just assume WordFus has no spell attached.
UnrelentingForceShout.SetNthSpell(0, VoiceUnrelentingForce1)

Auto-Generated Example

int myInt__n
Spell mySpell__aSpell

myShout__toCallFunctionOn.SetNthSpell(myInt__n, mySpell__aSpell)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.