Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("left")
- m = peripheral.wrap("back")
- while true do
- message = rednet.receive()
- if message == "silot1" then
- break
- end
- m.setCursorPos("1,1)
- m.write(""..message)
- m.setCursorPos(5,5)
- m.setTextScale(2)
- m.write("5")
- sleep(1)
- m.clear()
- m.write("4")
- sleep(1)
- m.clear()
- m.write("3")
- sleep(1)
- m.clear()
- m.write("2")
- sleep(1)
- m.clear()
- m.write("1")
- sleep(1)
- m.clear()
- m.write("0")
- sleep(1)
- m.clear()
- sleep(3)
- end
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement