GetDialogueSpeaker

From the Fallout3 GECK Wiki
Revision as of 17:01, 14 August 2014 by imported>Odessa (created)
(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

Returns the NPC who is currently speaking in a conversation. Added by NVSE V3b1.

Syntax

[help]
(ref) GetDialogueSpeaker Actor:reference 

Or:

(ref) GDK Actor:reference

Example

set MyQuest.Speaker to GetDialogueSpeaker

See Also