Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local connected = false
- local connectionId = nil
- while not connected do
- rednet.broadcast("ping","remote")
- if tostring(rednet.receive("remote")):find("ping") then break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement