Osiris/API/SetHasDialog

From Divinity Engine Wiki
Revision as of 11:43, 19 August 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call SetHasDialog((GUIDSTRING)_Speaker,(INTEGER)_Dialog)
Description

If _Dialog is 1, defines that _Speaker can accept dialog requests. I.e., a player can click on the object and a DialogStartRequested event will be sent to Osiris. Specifying 0 for _Dialog disables dialog requests.

Notes
  • If you define a dialog through the DB_Dialogs database, dialog requests are automatically enabled for the defined speaker(s).
See Also