Advertisement
Guest User

send

a guest
Jan 24th, 2015
168
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("right")
  2.  
  3. while true do
  4.   print("Command?:")
  5.   command = read()
  6.   rednet.broadcast(command)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement