Code: Select all
script.on_init(function()
...
game.forces["player"].chart(game.surfaces[1], {{-1024,-1024},{1024,1024}})
end)Klonan, any suggestions?

Code: Select all
script.on_init(function()
...
game.forces["player"].chart(game.surfaces[1], {{-1024,-1024},{1024,1024}})
end)