I use this script to change objective and stage in my quest:
function objective70() Alias_Boss.Clear() SetObjectiveCompleted(60) SetObjectiveDisplayed(70) MyQuest.SetStage(70)endFunction
This function runs when the Boss (who was the target for Objective 60) is killed but the little damn Quest arrow still points to him until I change stage again to stage 75.
Anybody knows what I might have done wrong?