Advertisement
veroeup

Tortle

Dec 6th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. #include "lua.h"
  2. --[[
  3. North = Z+
  4. South = Z-
  5. East = X+
  6. West = X-
  7. ]]--
  8. function MoveTo (int x, int z) {
  9.     int currentX, int currentY, int currentZ = gps.locate();
  10.     return true;
  11. }
  12.  
  13. MoveTo(0,0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement