Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- local cid = os.getComputerID()
- local i
- i = cid+1
- print("This computer ID is "..i)
- if rednet.send(i, "start") then
- print("Rednet Message Sent")
- else
- print("Nothing is working")
- end
Advertisement
Add Comment
Please, Sign In to add comment