Osiris/API/QuestUpdate: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(QuestUpdate)
mNo edit summary
 
Line 12: Line 12:
* Helper [[Osiris/Shared/DB_QuestDef_Sate|DB_QuestDef_State]]
* Helper [[Osiris/Shared/DB_QuestDef_Sate|DB_QuestDef_State]]
   
   
[[Category:Osiris Calls]]
[[Category:Osiris Calls|QuestUpdate]]

Latest revision as of 15:24, 19 December 2017

Full Definition(s)
  • call QuestUpdate((CHARACTERGUID)_Character,(STRING)_Quest,(STRING)_Status)
Description

Adds the update with identifier _Status for the quest _Quest to _Character's journal.

The journal update will only appear if the quest is currently active. Initially, all quests are inactive. Quests can be made active through QuestAdd and inactive again through QuestClose.

Notes
  • Preferably do not use this API directly, but use the helpers related to DB_QuestDef_State from the Shared mod instead.
See Also