SetVariable

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Sets the value of the numeric variable specified by name for the calling reference or specified scriptable object.

Syntax

[help]
(none) ref.SetVariable VarName:string NewValue:float Parent:Object 

Example

ref rCompanion

rCompanion.SetVariable "Waiting", 1

; Alternatively, (or required if rCompanion holds a base form, such as a quest): 

SetVariable "Waiting", 1, rCompanion

See Also