Osiris/API/OpenCustomBookUI: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented OpenCustomBookUI)
 
(No difference)

Latest revision as of 11:55, 9 October 2018

Full Definition(s)
  • call CharacterEquipItem((CHARACTERGUID)_Character, (STRING)_Bookname)
Description

Opens a book UI for the player controlling _Character that shows the entries added to the custom book with name _Bookname.

Notes
  • If _Character is invalid or no entries have been added to _Bookname yet, nothing will happen.
See Also