Difference between revisions of "Osiris/API/VoiceBarkFailed"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented conditions under which a voicebark fails, and also mention difference regarding the triggering of VoiceBarkEnding vis-a-vis (Automated)DialogEnded)
m
 
Line 9: Line 9:
 
** be a [[Osiris/API/CharacterIsPlayer|player character]];
 
** be a [[Osiris/API/CharacterIsPlayer|player character]];
 
** have the appropriate tags specified in the [[Voice_Bark_editor|Voice Bark editor]];
 
** have the appropriate tags specified in the [[Voice_Bark_editor|Voice Bark editor]];
** be alive, not in an [[Osiris/API/IsSpeakerReserved|interactive dialog]], not be a [[Osiris/API/CharacterIsSummon|summon]], not be charmed, not be [[Osiris/API/SetVisible|invisible]] (and not have the status INVISIBLE), not be [Osiris/API/SetOnStage|off-stage]], not be a [[Osiris/API/CharacterAddToPlayerCharacter|party follower]], not have [[Osiris/API/CharacterIsPolymorphInteractionDisabled|interactions disabled due to polymorphing]], and not be sneaking.
+
** be alive, not in an [[Osiris/API/IsSpeakerReserved|interactive dialog]], not be a [[Osiris/API/CharacterIsSummon|summon]], not be charmed, not be [[Osiris/API/SetVisible|invisible]] (and not have the status INVISIBLE), not be [[Osiris/API/SetOnStage|off-stage]], not be a [[Osiris/API/CharacterAddToPlayerCharacter|party follower]], not have [[Osiris/API/CharacterIsPolymorphInteractionDisabled|interactions disabled due to polymorphing]], and not be sneaking.
 
* Unlike with [[Osiris/API/DialogFailed|DialogFailed]] and [[Osiris/API/AutomatedDialogFailed|AutomatedDialogFailed]], no [[Osiris/API/VoicebarkEnded|VoicebarkEnded]] event will be thrown after a '''VoiceBarkFailed''' event.
 
* Unlike with [[Osiris/API/DialogFailed|DialogFailed]] and [[Osiris/API/AutomatedDialogFailed|AutomatedDialogFailed]], no [[Osiris/API/VoicebarkEnded|VoicebarkEnded]] event will be thrown after a '''VoiceBarkFailed''' event.
 
===== See Also =====
 
===== See Also =====

Latest revision as of 12:06, 16 August 2019

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
See Also