Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.close("top")
- rednet.open("top")
- while true do
- x, y, z = gps.locate(3)
- print("I am at (" .. x .. ", " .. y .. ", " .. z .. ")")
- rednet.broadcast("Troy is at (" .. x .. ", " .. y .. ", " .. z .. ")")
- sleep(5)
- shell.run("clear")
- end
Add Comment
Please, Sign In to add comment