Skip to content
#2705
Auto-translated
local heroes = GetAllNames(0);
for i, hero in heroes do
print(i, hero);
end

When adding lines, the game crashes with an error. What could be the reason?