this bothers me for a long time and i need some help here please - i don't understand the localised string function.
I have following code:
Code: Select all
local force = game.forces.player
local current_research = force.current_research
text = "Current research: " .. tostring(current_research.localised_name)
How can i get the localised name as a string?
Greetings steinio