Jodo32

FTBCC - IC2 MFEGET

Aug 22nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. function update()
  4. event, senderId, message, distance = os.pullEvent("rednet_message")
  5. end
  6.  
  7. while true do
  8. update()
  9. sleep(0.1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment