Advertisement
Guest User

Stock1

a guest
Sep 4th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. mon= peripheral.wrap("top")
  2.  
  3.  
  4.  
  5.  
  6. mon.clear()
  7. while (true) do
  8.  
  9. mon.setTextScale(4)
  10. mon.setCursorPos(1,1)
  11. mon.write("Kajja:")
  12.  
  13.  
  14. mon.setCursorPos(8,1)
  15. mon.setTextColor(colors.yellow)
  16. mon.write("16")
  17. mon.setCursorPos(19, 1)
  18. mon.setTextColor(colors.green)
  19. mon.write("+16")
  20. sleep(.5)
  21. mon.clear()
  22. sleep(.5)
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement