Guest User

Untitled

a guest
Dec 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2. local t1 = 00
  3. local t2 = 00
  4. mon.setTextScale(5)
  5.  
  6. for i = 1, 0 do
  7. mon.clear()
  8. set t1 = t1 + 1
  9. if t1 == 60 then
  10. set t1 = 00
  11. set t2 = t2 + 1
  12. end
  13. mon.write("..t2:..t1")
  14. sleep(5)
  15. end
Add Comment
Please, Sign In to add comment