Advertisement
Guest User

startup.lua

a guest
Aug 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while true do
  2.     turtle.placeUp()
  3.     os.sleep(10)
  4.     turtle.placeUp()
  5.     os.sleep(90)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement