SetNthEffectDuration - Potion
SKSE Member of: Enchantment Script, Ingredient Script, Potion Script, Scroll Script, and Spell Script
Sets the duration of the Nth effect attached to this enchantment, ingredient, potion, or spell. (This function requires SKSE)
SyntaxEdit
int Function SetNthEffectDuration(int n) native
ParametersEdit
- n: The index of which effect duration will be set.
Return ValueEdit
Sets the duration of the Nth effect attached to this enchantment, ingredient, potion, or spell.
ExamplesEdit
int duration = enchantment.SetNthEffectDuration(0)
Debug.Trace("Enchantments first effect has been set to a duration of " + duration)