Advertisement
Guest User

clock

a guest
Apr 21st, 2018
61
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. rs.setOutput("bottom",true)
  3. sleep(1)
  4. rs.setOutput("bottom",false)
  5. sleep(14)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement