Advertisement
Guest User

Recieve

a guest
Sep 1st, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. rednet.open("bottom")
  2. m = peripheral.wrap("back")
  3. while true do
  4.   local s, m, p = rednet.receive()
  5.  
  6.   m.setCursorPos(1,1)
  7.   m.write(m)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement