DZCreeper

Untitled

Apr 2nd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.    if redstone.getInput("top") == true then
  3.       shell.run("cycle")
  4.    end
  5.    sleep(2)
  6. end
Add Comment
Please, Sign In to add comment