Quest

From NWN Lexicon
Jump to navigationJump to search

QUEST_* Constant Group

Various quest statuses for quest functions.


Requirements

#include "x0_i0_plotgiver"


Constants

Constant Value Description
QUEST_QUEST_COMPLETE 2
The quest has been completed.
QUEST_QUEST_COMPLETE_OTHER 3
Quest is complete, but was completed by someone else.
QUEST_QUEST_IN_PROGRESS 1
The quest is currently in progress.
QUEST_QUEST_NOT_TAKEN 0
Quest has not yet been accepted.


See Also

functions: 

GetQuestStatus