Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ah, I see now - you’re assigning the temporary grid into the variable instead of copying cells from it.

From documentation

“csv”: provides file contents as a CSV grid (using load_csv). Similarly, the grid will be automatically deleted afterwards.

So I should be setting the cells individually looping through them? I thought it returned what a load_csv would return, which is what I’m using in the original one set the same way.

You can use ds_grid_copy to copy the contents from the _csv grid into your global.reloaded_csv