I am generating a .gd file with the data of the world which I store in an array, what I want to do is that through code I can access this array at any time, I would use the autoload option but since the file does not exist before run the project I do not know what to do, also the script is not atached to any node so I can not use it through one.