SetNthEffectBase

From the Fallout3 GECK Wiki
Revision as of 17:09, 30 September 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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