Osiris/API/OpenMessageBoxChoice

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 OpenMessageBoxChoice((CHARACTERGUID)_character, (STRING)_message, (STRING)_choice1, (STRING)_choice2)
Description

Shows a message box with choice buttons.
With _message, _choice1 and _choice2 being translated string keys.

Notes