Osiris/API/VoiceBarkFailed
From Divinity Engine Wiki
Full Definition(s)
- event VoiceBarkFailed((STRING)_Bark)
Description
- Thrown when a Voicebark fails to find characters and an AD for the voicebark called _Bark.
Parameters
- _Bark: Name of the voicebark.
Notes
- A valid character for a voicebark must
- be a player character;
- have the appropriate tags specified in the Voice Bark editor;
- be alive, not in an interactive dialog, not be a summon, not be charmed, not be invisible (and not have the status INVISIBLE), not be off-stage, not be a party follower, not have interactions disabled due to polymorphing, and not be sneaking.
- Unlike with DialogFailed and AutomatedDialogFailed, no VoicebarkEnded event will be thrown after a VoiceBarkFailed event.
See Also
- StartVoiceBark
- VoiceBarkEnded
- VoiceBarkStarted
- Voice_Bark_editor on general Voicebark logic.