Guest User

Untitled

a guest
Oct 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local mon = peripheral.wrap("right")
  2. rednet.open("top")
  3. cake = false
  4. mon.setTextScale(0.5)
  5. mon.clear()
  6. mon.setCursorPos(1,1)
  7. repeat
  8. nv, msg, nv2 = rednet.receive()
  9. term.redirect(mon)
  10. print(msg)
  11. until cake == true
Add Comment
Please, Sign In to add comment