Advertisement
Guest User

startup

a guest
Sep 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3.   id, command = rednet.receive("1F")
  4.   rs.setOutput("back", command)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement