Advertisement
Guest User

Send

a guest
Apr 1st, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.open("right")
  2.  
  3. while true do                      
  4.   command = redstone.getInput("left")
  5.   rednet.broadcast(command)
  6.   sleep(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement