Advertisement
Guest User

home

a guest
Sep 20th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3.  senderID, message, dis = rednet.receive()
  4.  term.clear()
  5.  term.setCursorPos(1, 1)
  6.  local x
  7.  x = dis
  8.  print(x-250, " 130 288")
  9.  local y
  10.  y = x-250
  11.  rednet.send(17, y)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement