Guest User

Untitled

a guest
May 23rd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. rednet.open("right")
  2. local cid = os.getComputerID()
  3. local i
  4. i = cid+1
  5. print("This computer ID is "..i)
  6.  
  7. if rednet.send(i, "start") then
  8. print("Rednet Message Sent")
  9. else
  10. print("Nothing is working")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment