Osiris/API/StartVoiceBark

From Divinity Engine Wiki
Revision as of 12:21, 5 January 2018 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * call '''StartVoiceBark'''(''(STRING)'''''_Bark''', ''(CHARACTERGUID)'''''_Source''') ===== Description ===== Starts a Voice_Bark_editor|Voic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call StartVoiceBark((STRING)_Bark, (CHARACTERGUID)_Source)
Description

Starts a Voicebark named _Bark on the _Source character, selecting an automatic dialogue based on that character's nearby party members.

Notes
  • See the Voicebark editor for the specific on how the voicebark selects the AD that will be played.
  • In addition to the regular for starting a dialogue, a VoicebarkStarted will be sent if the voicebark succeeds in selecting a fitting dialogue, and VoicebarkFailed otherwise.
See Also