I've seen in some various IOS games Lua scripts being used for saving user settings, and data. I can't figure out how to do this myself, does anyone know of an open source project or example of how to achieve this?
Are people just re-writing the lua scripts programatically? Or is there some way in Lua to rewrite or save data in a lua script? I'm really confused on how this is achieved with lua. Please help me out!