diff options
-rw-r--r-- | api.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +-- AWARDS +-- by Rubenwardy, CC-BY-SA +------------------------------------------------------- +-- this is api function file +------------------------------------------------------- + -- Table Save Load Functions function save_playerD() local file = io.open(minetest.get_worldpath().."/awards.txt", "w") |