Advertisement
Guest User

tick

a guest
Dec 25th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2.   sleep(.8)
  3.   redstone.setOutput("left",true)
  4.   redstone.setOutput("right",false)
  5.   sleep(.3)
  6.   redstone.setOutput("left",false)
  7.   sleep(.3)
  8.   redstone.setOutput("right",true)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement