Great news Pkeod, so I need save/load in defold with this line?
local inbox_path = sys.get_save_file("html5_inbox", inbox_file)
inbox_file can have any name true?
and how set values in file?
local file = io.open(inbox_path, "w")
file:write(encoded_inbox)
file:close()
for example: set ads = 1?
other question: I need put an setInterval() in html file to load every x time the db? or I can do it in defold?