Berghausa

monitor

Jul 19th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. x = 0
  2. aa = 0
  3. r = 0
  4. b = 0
  5.  
  6. while x == 0 do
  7. shell.run("clear")
  8. term.setTextScale(2)
  9. term.setCursorPos(1,1)
  10. term.setTextColor(colors.blue)
  11. print("Blau")
  12. term.setTextScale(2)
  13. term.setCursorPos(30,1)
  14. term.setTextColor(colors.blue)
  15. print("red")
  16. --id,aa = rednet.receive()
  17. --if id == 11 and ab == 1 then
  18. sleep(1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment