How does the SetObjectiveProgress function work?
So, if a quest has these stages, it will start at stage zero, and you can use the function to advance it further, for example, to move to stage 1:
SetObjectiveProgress('quest_name', 1);
New here? I'm Roha — want a quick tour?
How does the SetObjectiveProgress function work?
SetObjectiveProgress('quest_name', 1);