Advertisement
tuekats

craftRoutine

Feb 14th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local positions = { {-3,1,2} , {-2,1,2} , {-1,1,2} ,
  2. {-3,0,2} , {-2,0,2} , {-1,0,2} ,
  3. {-3,-1,2} , {-2,-1,2} , {-1,-1,2} }
  4.  
  5. for key,value in ipairs(positions) do
  6. tillapi.offsetGoTo(value[1],value[2],value[3])
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement