Advertisement
Guest User

Untitled

a guest
Jul 10th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. r, m = component.proxy(component.list("redstone")()), component.proxy(componet.list("modem")())
  2. while true do
  3. computer.pullSiganl(0.5)
  4. if r.getInput(2) > 0 then
  5. m.open(1)
  6. m.broadcast(1, "Activated")
  7. m.close(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement