Hi everyone. I am making a puzzle game, which will come with a level creator, and players can import their levels into the main game.
However, when I was playing around with the importing system the lists I was trying to import lost their data. Is their a way to stop this, as my game uses lists to generate the levels.
Offline
HeWhoMustNotBeNamed wrote:
Hi everyone. I am making a puzzle game, which will come with a level creator, and players can import their levels into the main game.
However, when I was playing around with the importing system the lists I was trying to import lost their data. Is their a way to stop this, as my game uses lists to generate the levels.
You can manually export the lists as .txt documents, but retaining data permanently ids not yet available (there might be server-side variables in 2.0).
Offline