Skip to content
#23
Auto-translated
There is another suggestion.
When completing quests, especially those that increase a hero's level, instead of using LevelUpHero(heroName);
use ChangeHeroStat(heroName, STAT_EXPERIENCE, EXP); where EXP is the amount of experience required to level up.
In other words, level up the hero as in the "old Silvan" games.