Advertisement
shirkit

Untitled

May 23rd, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local rep = tonumber(tArgs[1]) or 0
  2.  
  3. for i = 0, rep do
  4. redstone.setOutput("back", true)
  5. sleep(1)
  6. redstone.setOutput("back", false)
  7. redstone.setOutput("right", true)
  8. sleep(1)
  9. redstone.setOutput("right", false)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement