Osiris/API/QuestAdd
From Divinity Engine Wiki
Full Definition(s)
- call QuestAdd((CHARACTERGUID)_Character,(STRING)_Quest)
Description
Makes the quest _Quest active for _Character. This means that from now on, updates for _Quest added through QuestUpdate will appear in this character's journal.
Notes
- Preferably do not use this API directly, but use the helpers related to DB_QuestDef_State from the Shared mod instead.