Added 3 hours and 55 minutes later
I have a new question:
-How do I check the hero's name at the start of the battle?
I'm recording it like this:
hero = GetAttackerHero()
if GetHeroName(hero) == 'Alaric' then
But it doesn't work... Even if I write it simpler:
hero = GetAttackerHero()
if hero == 'Alaric'
Ps: I'm probably bothering you a lot, but I really want to figure this out.