Osiris/API/OpenCustomBookUI

From Divinity Engine Wiki
Revision as of 13:55, 9 October 2018 by Tinkerer (talk | contribs) (Documented OpenCustomBookUI)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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