Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- 1 - Red
- -- 2 - Orange
- -- 3 - Yellow
- -- 4 - Green
- -- 5 - Light Blue
- -- 6 - Blue
- -- 7 - Purple
- art = {7, 7, 7, 3, 3, 4, 1, 2}
- for i = 1, 8 do
- slot = art[i]
- turtle.select(slot)
- turtle.placeDown()
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement