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