Advertisement
taylantz

MC - CC Checker

May 11th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while true do
  2.     if redstone.getInput("back") == true then
  3.         sleep(0.5)
  4.         if redstone.getInput("back") == true then
  5.             redstone.setOutput("bottom", true)
  6.             sleep(0.2)
  7.             redstone.setOutput("bottom", false)
  8.         end
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement