Difference between revisions of "Osiris/API/CloseJournalMystery"

From Divinity Engine Wiki
Jump to: navigation, search
m (Description)
 
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 19:45, 25 May 2019

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

Closes a mystery for character.

See Also