SetTokenValueAndRef

From the Fallout3 GECK Wiki
Revision as of 12:17, 24 August 2014 by imported>Odessa (created .source my testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the numeric and form values of the specified token in the inventory of the calling reference. Added by NVSE 3.1.

Syntax

[help]
(none) Actor.SetTokenValueAndRef Token:baseform NewValue:float NewValue:form

Example

SunnyREF.SetTokenValueAndRef DiseaseToken, 65.1, DiseaseSpell

See Also