SetNthEffectBase

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the Base Effect of the Nth effect-entry of the specified ingestible/object effect/actor effect.

Syntax

[help]
(baseEffect:ref) SetNthEffectBase effectForm:ref effectIndex:int newBaseEffect:ref

Example

SetNthEffectBase Stimpak 2 ChemIncSTMorphine
SetNthEffectBase EnchPowerArmor 0 IncreaseDamageResistance
SetNthEffectBase WithdrawalPsycho 1 ReduceEndurance

See Also