Auto-translated
function pabota()
SetObjectEnabled("slava", false);
sleep(10);
SetMonsterSelectionType("slava", 0);
PlayObjectAnimation("slava", "attack00", IDLE);
end;
Trigger(NEW_DAY_TRIGGER, "pabota");
The peasants should constantly attack, but they don't. Can you tell me what's wrong?