I don't quite remember the types of quests; is Objective_Kind_Manual fully described through scripts? Then you can add a check to the end-of-battle trigger:if (quest is active)
if (number of creature groups has changed)
change quest progress
end
end
But how do I create this trigger?