SetValueAlt

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

A function added by the JIP NVSE Plugin.

Description

Similar to the NVSE SetBaseItemValue - sets the base value of the specified item. This function, however, also works on ingestible-type items.

Syntax

[help]
(oldValue:int) SetValueAlt baseItem:ref newValue:int

Example

SetValueAlt Stimpak 120

See Also