Osiris/API/CharacterMoveToAndTalkRequestDialogFailed

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterMoveToAndTalkRequestDialogFailed((CHARACTERGUID)_Character, (GUIDSTRING)_Target, (STRING)_MoveID)
Description

Throws an CharacterMoveToAndTalkRequestDialogFailedEvent.

Notes
  • The above is really all this call does. It does not abort any ongoing CharacterMoveToAndTalk task, nor does it trigger an CharacterMoveToAndTalkFailed event.
  • If _Character is invalid, or _Target is neither a valid character nor a valid item, this call does nothing at all.
See Also