Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------------------------------------------------------------------------------------------------------------------
- --CODE-------------------------------------------------------------------------------------------------------------------
- -------------------------------------------------------------------------------------------------------------------------
- --Place Times
- local args = {...}
- a = args[1]
- --Sleep Timer
- b = 2
- for i=1,a,1 do
- turtle.select(1)
- turtle.placeDown()
- sleep(b)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement