Advertisement
thatparadox

Endergenic Generator - Client

Oct 9th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. while true do
  4.   a,b = rednet.receive(os.getComputerLabel())
  5.   if b == "rec" or "fire" then
  6.     rs.setOutput("top", true)
  7.     sleep(.05)
  8.     rs.setOutput("top",false)
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement