Advertisement
Guest User

test

a guest
Apr 24th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. rednet.open("top")
  2.  
  3. x, y, z = gps.locate()
  4. rednet.broadcast(x, y, z)
  5.  
  6. print(x.." "..y.." "..z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement