Advertisement
kisiseldwarf

home_host

Jul 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.host("rchp","return_point")
  2.  
  3. while true do
  4.     local id, message, distance, protocol = rednet.receive()
  5.     rednet.send(id,gps.locate())
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement