Advertisement
arismoko

Calibrate

Sep 26th, 2021 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. -- for api: 9QFxP4Ff
  2. os.loadAPI("moveapi")
  3. print ("Please enter direction:")
  4. direction = read()
  5. x, y, z = gps.locate()
  6. turtle.setCoords(x,y,z, direction)
  7. turtle.getCoords()
  8. print ("Calibration Complete. Who is this going to?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement