Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not turtle then
- error("Turtle required!")
- end
- local resume = fs.exists(fs.combine("database", "mine.lua", "state"))
- if resume then
- shell.run("mine.lua")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement