Advertisement
Birog

P1

Mar 29th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. rednet.open("back")
  2. sleep()
  3. while true do
  4.  y,x,z = rednet.recieve()
  5.  if y == "770" or y == "771" and x == "MeineTuer" then
  6.   redstone.setOutput("top",true)
  7.   sleep(5)
  8.   redstone.setOutput("top",false)
  9.  else
  10.   return false
  11.  end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement