Osiris/API/QuestUpdate

From Divinity Engine Wiki
Revision as of 17:24, 19 December 2017 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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