Advertisement
Guest User

startup

a guest
Jun 6th, 2013
905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. rednet.open("top") --Change to correct Side
  2.  while true do
  3.  id, message = rednet.receive()
  4.  if id == 85 then
  5.  h = fs.open("log", "a")
  6.  h.writeLine(message)
  7.  
  8.  print(message)
  9.  end
  10.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement