Osiris/API/CloseJournalMystery: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
 
Line 2: Line 2:
* call '''CloseJournalMystery'''(''(CHARACTERGUID)'''''_character''', ''(STRING)'''''_mysteryID''')
* call '''CloseJournalMystery'''(''(CHARACTERGUID)'''''_character''', ''(STRING)'''''_mysteryID''')
===== Description =====
===== Description =====
Unlocks a mystery for character.
Closes a mystery for character.
 
===== See Also =====
===== See Also =====
* [[Osiris/API/UnlockJournalMystery|UnlockJournalMystery]]
* [[Osiris/API/UnlockJournalMystery|UnlockJournalMystery]]

Latest revision as of 17:45, 25 May 2019

Full Definition(s)
  • call CloseJournalMystery((CHARACTERGUID)_character, (STRING)_mysteryID)
Description

Closes a mystery for character.

See Also