yes, I had to do it that way. ..
Added 15 minutes ago
here's another question:
I want to reset a hero's mana. I'm writing this:
ChangeHeroStat ('Berein' , 8 , GetHeroStat ('Berein' , 8) - 1000)
1)
ChangeHeroStat ('Berein' , 8 , 0) -- doesn't work
2) and how do I reduce a hero's mana by 10?
ChangeHeroStat ('Berein' , 8 , GetHeroStat ('Berein' , 8) - 10) -- doesn't work
Auto-translated