Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- recieve = function()
- local senderId, message, protocol = rednet.receive()
- local senderId, message2, protocol = rednet.receive()
- turtle.select(tonumber(message2))
- turtle.drop(tonumber(message))
- end
- fill = function()
- for i=1, 16 do
- turtle.suckDown()
- os.queueEvent("randomEvent")
- os.pullEvent()
- end
- end
- term.clear()
- term.setCursorPos(1,1)
- term.write(os.getComputerID())
- fill()
- recieve()
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment