Difference between revisions of "SetNthEffectBase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Jazzisparis
 
Line 1: Line 1:
{{Function
{{Function
  |origin = JIP
  |origin = JIP
  |summary = Sets the Base Effect of the Nth effect of an ingestible/object effect/actor effect.
  |summary = Sets the '''Base Effect''' of the Nth effect-entry of the specified ingestible/object effect/actor effect.
  |name = SetNthEffectBase
  |name = SetNthEffectBase
  |returnType = baseEffect:ref
  |returnType = baseEffect:ref

Latest revision as of 17:09, 30 September 2015

< [[::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