Advertisement
yutaponabe

test 54439634906

Feb 27th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. print ("msgcommand input")
  2. rednet.open("right")
  3. id = read()
  4. command = read()
  5. if command == "help" then
  6. rednet.send(id, "help")
  7. else
  8. rednet.send(id, command)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement