Difference between revisions of "Osiris/API/QuestUpdate"

From Divinity Engine Wiki
Jump to: navigation, search
(QuestUpdate)
m
 
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 17: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