Advertisement
magnasiefr

MFSU Send

Oct 23rd, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local modem = peripheral.wrap("right")
  2. local mfe = peripheral.wrap("left")
  3.  
  4. while true do
  5.   local stored = 0
  6.     stored = mfe.getEUStored()
  7. modem.transmit(7, 1, stored)
  8. sleep(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement