Auto-translated
so try this:
Trigger(COMBAT_RESULTS_TRIGGER, 'CombatResult')
function CombatResult(fight_id)
local winner = GetSavedCombatArmyHero(fight_id, 1)
if winner == 'desired_hero' then
reapply the penalties
end
end
Нет войне.