Skip to content
#3194
Auto-translated
thank you

Added 37 minutes ago
a new problem has appeared. I set up a quest.
In it, you need to kill 4 heroes who will appear after a month.
And with their appearance, it's player 2.
Player 1 should receive the quest.
But something isn't working.

function sec2_active()
SetObjectiveState("sec2", OBJECTIVE_ACTIVE, 1);
end;

Trigger(PLAYER_ADD_HERO_TRIGGER, "sec2_active", 2);