Advertisement
_Ziper_YT_

Untitled

May 30th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a = arg[1]
  2. b = arg[2]
  3. if a == "r" then
  4. turtle.select(tonumber(b))
  5. turtle.equipRight()
  6. end
  7. if a == "l" then
  8. turtle.select(tonumber(b))
  9. turtle.equipLeft()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement