Skip to content

Current questions and answers regarding the map editor.

User Avatar
#4370
Auto-translated
Jack_of_shadows
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?