Advertisement
Guest User

killbot.lua

a guest
May 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. function move_to_position(sx,sy,sz,x,y,z)
  2. x_found = false
  3. y_found = false
  4. z_found = false
  5.  
  6. if sy > y then
  7.     turtle.down()
  8. elseif sy < y then
  9.     turtle.up()
  10. if sy == y then
  11.     y_found = true
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement