Background for Starfield
Member of the ObjectReference script

Description

Wiki Description

Event called when this object reference goes into dialogue with the player.

Documentation Comment

Event received when ref goes into dialogue with player


Caveats

CK Wiki - Notes

This event will be received when a ref enters a dialogue scene that is marked Player Dialogue.


Examples

Event OnPlayerDialogueTarget()
  Debug.Trace("Is in Dialogue Scene with the player")
EndEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnPlayerDialogueTarget()
    Debug.trace("Event received - OnPlayerDialogueTarget")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.