Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- r, m = component.proxy(component.list("redstone")()), component.proxy(componet.list("modem")())
- while true do
- computer.pullSiganl(0.5)
- if r.getInput(2) > 0 then
- m.open(1)
- m.broadcast(1, "Activated")
- m.close(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement