Osiris/API/CharacterMoveToAndTalkRequestDialogFailed

From Divinity Engine Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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