Advertisement
z1haze

startup

Aug 23rd, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if not turtle then
  2. error("Turtle required!")
  3. end
  4.  
  5. local resume = fs.exists(fs.combine("database", "mine.lua", "state"))
  6.  
  7. if resume then
  8. shell.run("mine.lua")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement