tuntematonjr

koe

May 22nd, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local monitor = peripheral.wrap("right") -- replace with the side of the monitor
  2. term.redirect(monitor) -- redirects the output to the monitor
  3. rs.setBundledOutput("top", colors.orange)
  4. for i = 10,1,-1 do
  5.     sleep(1)
  6.     print(i)
  7. end
  8. rs.setBundledOutput("top, 0)
  9. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment