Hi I have been struggling with this problem for a few days now. I am trying to make the game load levels made in a level editor saved in folders on the computer, I am using NW.js. I have figured out how to save, each level is its own folder and each folder currently has 2 files in it one .TXT with a JSON string for the tilemap and another .TXT with a JSON string for an array I use to save objects. I have figured out how to load the array and the tilemap into the game, but not how to load the objects from the array.
I am also using the nickname Plugin/Behavior to spawn the objects.
.capx: https://www.dropbox.com/s/o8sb9nf79ugqr ... .capx?dl=0
The menu layout isnt even slightly implemented, just overlook it.
Thanks for the help <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">