Skip to content
User Avatar
#3130
Auto-translated
User01322342
As I understand it, the counter represents the stages of completing tasks, right? For example, killing monsters, in which case ProgressCommentsFileRef would be needed. ProgressCommentsFileRef – if the task consists of several stages
(for example, kill 3 groups of monsters).
This screenshot shows where the stages of the task are set (it can be done in the form of a counter)

The command that can be used to update the stages of the task is SetObjectiveProgress(‘SCRIPT_NAME_OF_THE_TASK’, progress);
progress is the sequential number in ProgressCommentsFileRef.

I took part of the answer from Jack_of_shadows' message, and added the rest myself).
I hope I understood the question correctly.

Not stages, but a counter. Like "0 out of 9 dragons found".