FNCPro

Help me lua gods! :D

Jun 26th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. rednet.close("top")
  2. rednet.open("top")
  3. while true do
  4. a, b, c = rednet.receive()
  5. if rednet.receive() then
  6. print(b)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment