Advertisement
Guest User

BigReactor_Sender

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local reactor = peripheral.wrap("back")
  2. local modem = peripheral.wrap("right")
  3.  
  4. while true do
  5.     local status = {"Andrew", "Alfred", "Alex", "Amber", "Alice"}
  6.     modem.transmit(3, 1, status)
  7.     sleep(2)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement