GetDialogueSubject

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the NPC who started the conversation which the calling reference is in.

The Actor argument is unused.

Syntax

[help]
(subject:reference) reference.GetDialogueSubject Actor:reference 

Or:

(subject:reference) reference.GDS Actor:reference

Example

set MyQuest.Subject to Player.GetDialogueSubject 

See Also