GetTokenRef

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the form value of the specified token in the inventory of the calling reference.

When trying to use this as a condition function, no forms can be selected, so it ends up being useless.

Syntax

[help]
(form) Actor.GetTokenRef Token:baseform 

Example

ref rPartner

let rPartner := SunnyREF.GetTokenRef MarriageToken

See Also