Talk:GetDialogueTarget - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

I have proof from in-game debug testing that player still has dialogue target 50 seconds after exiting dialogue. Just FYI in case you are checking GetDialogueTarget as a condition shortly after conversation. I thought the target variable would empty on dialogue end, but that was not the case. --ThoraldGM (talk) 2016-06-16T15:49:00 (EDT)

Imo that's not the case! I had to include this function in the OnBegin TopicInfo Event for it to return the actor I was talking to; when included in the OnEnd Event, it returned NONE. G.S.