SetNthEffectDuration - Spell

SKSE Member of: Ingredient Script, Potion Script, Scroll Script, Spell Script

Sets the duration of the specified effect.

SyntaxEdit

Function SetNthEffectDuration(int index, int value) native

ParametersEdit

  • index: The index of the Magic Effect to change.
  • value: The Duration to set the Magic Effect to.

NotesEdit

  • Changes made by this function will not persist across game reloads. Using a maintenance function is one way to maintain them.

See AlsoEdit