Advertisement
CaptainSpaceCat

File Resetter

Dec 30th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local filename = "_itemCount_"
  2. local oFile = fs.open(filename, "w")
  3. oFile.close()
  4. print(filename .. " reset")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement