Saving Player Related Data During a Game Session, How?
I could write it out to a file, but there are two reasons I consider this a bad idea:
I was just wondering if there were any alternatives I missed in my lengthy perusal of the forum, developer wiki, and script API source code :)
related post
how to save player data to file
- I only need a small amount of data to persist across a single session.
- I want to save / update the data every time a node is placed.
I was just wondering if there were any alternatives I missed in my lengthy perusal of the forum, developer wiki, and script API source code :)
related post
how to save player data to file