Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("front")
- y = 0
- while true do
- if rs.getInput("left") then
- peripheral.wrap("right").reboot()
- rednet.send(6311, y)
- rednet.send(6313, y)
- rednet.send(6316, y)
- rednet.send(6317, y)
- rednet.send(6318, y)
- rednet.send(6319, y)
- rednet.send(6320, y)
- end
- sleep(0.5)
- end
Add Comment
Please, Sign In to add comment