Advertisement
Guest User

startup

a guest
Aug 28th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. rednet.open("top")
  2. while true do
  3.   sleep(0.1)
  4.     if redstone.getInput("back", true) then
  5.     rednet.send(95, "6")
  6.  end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement