OnSpeechChallengeAvailable - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Event sent to player that a speech challenge is available

Syntax[edit | edit source]

Event OnSpeechChallengeAvailable(ObjectReference akSpeaker)

Parameters[edit | edit source]

  • akSpeaker: the ref speaking to the player

Examples[edit | edit source]

; Event is sent to the player
Event OnSpeechChallengeAvailable(ObjectReference akSpeaker)
  Debug.Trace(akSpeaker+ "speaker gave speech challenge to the player.")
endEvent

See Also[edit | edit source]