Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c = peripheral.wrap("right")
- rednet.open("back")
- local user = disk.getLabel("top")
- if c.isOn() == true then
- c.reboot()
- elseif c.isOn() == false then
- c.turnOn()
- end
- local senderId, message, protocol = rednet.receive()
- if senderId == 127 then
- rednet.broadcast(message.." - ".. user, "flappy")
- write(user.."'s score has been sent")
- end
Add Comment
Please, Sign In to add comment