Guest User

startup

a guest
Apr 1st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. while true do
  2. ymon.clear(1)
  3. ymon = peripheral.wrap("left")
  4. ymon.setTextScale(5)
  5. ymon.setTextColor(colors.blue)
  6. ymon.setCursorPos(1,7)
  7. ymon.write("H")
  8. sleep(2)
  9. ymon.clear(1)
  10. ymon.setCursorPos(1,6)
  11. ymon.write("H")
  12. ymon.setCursorPos(1,7)
  13. ymon.write("O")
  14. sleep(2)
  15. ymon.clear(1)
  16. ymon.setCursorPos(1,5)
  17. ymon.write("H")
  18. ymon.setCursorPos(1,6)
  19. ymon.write("O")
  20. ymon.setCursorPos(1,7)
  21. ymon.write("T")
  22. sleep(2)
  23. ymon.clear(1)
  24. end
Advertisement
Add Comment
Please, Sign In to add comment