Advertisement
SavageCore

Untitled

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