SetNthEffectMagnitude - Potion
SKSE Member of: Potion Script
Sets the magnitude of the Nth effect attached to this potion. (This function requires SKSE)
SyntaxEdit
Function SetNthEffectMagnitude(int index, float value) native
ParametersEdit
- index: The index of which effect magnitude will be set.
- value: The new magnitude value.
Set ValueEdit
Sets the magnitude of the Nth effect attached to this potion.
ExamplesEdit
potion.SetNthEffectMagnitude(0, 20)