Advertisement
Guest User

startup

a guest
Aug 22nd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("right",true)
  3. sleep(1)
  4. redstone.setOutput("right",false)
  5. sleep(1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement