Does anyone know how to view the number of movement points a hero has in numerical form?
local MovHero = GetHeroStat("heroName", STAT_MOVE_POINTS);
print(MovHero);
This will display the number of movement points in the console.
New here? I'm Roha — want a quick tour?
Does anyone know how to view the number of movement points a hero has in numerical form?