Advertisement
Plazter

Bundled

Jun 16th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. -- Bundled --
  2.  
  3. while true do
  4. term.clear()
  5. term.setCursorPos(1.1)
  6. print("Bundled")
  7. input = read()
  8.  
  9.  
  10. if input == "white" then
  11. rs.setBundledOutput("back", colors.white)
  12. end
  13.  
  14. if input == "red" then
  15. rs.setBundledOutput("back", colors.red)
  16. end
  17.  
  18. if input == "yellow" then
  19. rs.setBundledOutput("back", colors.yellow)
  20. end
  21.  
  22. if input == "magenta" then
  23. rs.setBundledOutput("back", colors.magenta)
  24. end
  25.  
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement