Osiris/API/QuestUpdate
From Divinity Engine Wiki
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
- QuestAdd
- QuestClose
- Helper DB_QuestDef_State