Osiris/API/OpenMessageBox

From Divinity Engine Wiki
Revision as of 18:43, 18 August 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call OpenMessageBox((CHARACTERGUID)_Character, (STRING)_Message)
Description

Shows a modal message box for the user controlling a character.

Notes
  • _Character: the character for whose owner the message box should be shown.
  • _String: the translated string that should be shown in the message box.
See Also