Save system
Posted: Tue Jun 13, 2023 11:39 am
Hi there !
I created a small save system library.
This is my first library so i hope it will be good
I created a small save system library.
This is my first library so i hope it will be good
Code: Select all
l.load(filename)
l.save(value, filename)
--[[
l.load() returns the information in the file and creates it if the file is not found or if it is not created.
l.save() updates the information in the file and creates and updates the information if the file is not found.
--]]