Could you please tell me how to insert a counter into the quest window?
This screenshot shows where the quest stages are defined (they can be displayed as a counter)
The command that can be used to update the quest stages is SetObjectiveProgress(‘SCRIPT_NAME_OF_THE_QUEST’, progress);
progress is the sequential number in ProgressCommentsFileRef.
I took part of the answer from Jack_of_shadows' message and added some of my own. I hope I understood the question correctly.