Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("top")
- function start()
- mon.setColor(#FF0000)
- sleep(.25)
- mon.setColor(#FF7F00)
- sleep(.25)
- mon.setColor(#FFFF00)
- sleep(.25)
- mon.setColor(#FF00FF)
- sleep(.25)
- end
- while true do
- start()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement