QuestTaskType
Quest Service
Enum
The type of task.
Properties
Check | One time only. Eg. "Go to this point of interest" or "Talk to X" Meant to be completed using Quest.CompleteTask |
ProgressBar | Several times. Eg. "Interact with x 5 times" or "Collect 3 swords" Meant to be completed using Quest.AddTaskProgress the amount of times specified in the progress variable |