Laringe

Client AECCQuarry

Oct 11th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. p=peripheral.warp("left")
  2. rednet.open("bottom")
  3.  
  4. while 0 do
  5. local s,m,d=rednet.receive()
  6. print (s," ",m," ",d)
  7.   if s==221 then
  8.   p.unanchored_move(tonumber(m))
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment