Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local direction = arg[1]
- if direction == "up" or direction == "u" then
- turtle.placeUp()
- elseif direction == "down" or direction == "d" then
- turtle.placeDown()
- else
- turtle.place()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement