SetNthEffectBase

From the Fallout3 GECK Wiki
Revision as of 15:02, 2 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the Base Effect of the Nth effect of an ingestible/object effect/actor effect. |name = SetNthEffectBase |returnType = baseEffect:r...")
(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 of an 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