Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. set $topleftx '353' | set $toplefty '2078' | set $ysize '8'
  2. set $label 'None' | set $lap '0'
  3.  
  4. auto 1 listas '$label Currently on lap: $lap'
  5. auto 1 listas '[$posx], [$posy], [$posz].'
  6.  
  7. auto 1 | if [$posx == ($topleftx-5) && $posy == ($toplefty-5)] {turns | setcavebot off
  8. auto 1 | if [$posx == ($topleftx-5) && $posy == ($toplefty+5)] {turne | setcavebot off
  9. auto 1 | if [$posx == ($topleftx-4) && $posy == ($toplefty+5)] {turnn | setcavebot off
  10. auto 1 | if [$posx == ($topleftx-4) && $posy == ($toplefty-4)] {turne | setcavebot off
  11. auto 1 | if [$posx == ($topleftx-3) && $posy == ($toplefty-4)] {turns | setcavebot off
  12. auto 1 | if [$posx == ($topleftx-3) && $posy == ($toplefty+5)] {turne | setcavebot off
  13. auto 1 | if [$posx == ($topleftx-2) && $posy == ($toplefty+5)] {turnn | setcavebot off
  14. auto 1 | if [$posx == ($topleftx-2) && $posy == ($toplefty-4)] {turne | setcavebot off
  15. auto 1 | if [$posx == ($topleftx-1) && $posy == ($toplefty-4)] {turns | setcavebot off
  16. auto 1 | if [$posx == ($topleftx-1) && $posy == ($toplefty+5)] {turne | setcavebot off
  17. auto 1 | if [$posx == ($topleftx) && $posy == ($toplefty+5)] {turnn | setcavebot off
  18. auto 1 | if [$posx == ($topleftx) && $posy == ($toplefty-4)] {turne | setcavebot off
  19. auto 1 | if [$posx == ($topleftx+1) && $posy == ($toplefty-4)] {turns | setcavebot off
  20. auto 1 | if [$posx == ($topleftx+1) && $posy == ($toplefty+5)] {turne | setcavebot off
  21. auto 1 | if [$posx == ($topleftx+2) && $posy == ($toplefty+5)] {turnn | setcavebot off
  22. auto 1 | if [$posx == ($topleftx+2) && $posy == ($toplefty-4)] {turne | setcavebot off
  23. auto 1 | if [$posx == ($topleftx+3) && $posy == ($toplefty-4)] {turns | setcavebot off
  24. auto 1 | if [$posx == ($topleftx+3) && $posy == ($toplefty+5)] {turne | setcavebot off
  25. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty+5)] {turnn | setcavebot off
  26. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty+4)] {turnw | setcavebot off
  27. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty+4)] {turnn | setcavebot off
  28. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty+3)] {turne | setcavebot off
  29. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty+3)] {turnn | setcavebot off
  30. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty+2)] {turnw | setcavebot off
  31. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty+2)] {turnn | setcavebot off
  32. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty+1)] {turne | setcavebot off
  33. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty+1)] {turnn | setcavebot off
  34. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty)] {turnw | setcavebot off
  35. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty)] {turnn | setcavebot off
  36. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty-1)] {turne | setcavebot off
  37. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty-1)] {turnn | setcavebot off
  38. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty-2)] {turnw | setcavebot off
  39. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty-2)] {turnn | setcavebot off
  40. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty-3)] {turne | setcavebot off
  41. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty-3)] {turnn | setcavebot off
  42. auto 1 | if [$posx == ($topleftx+5) && $posy == ($toplefty-5)] {turnw | setcavebot off
  43. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty-4)] {turnn | setcavebot off
  44. auto 1 | if [$posx == ($topleftx+4) && $posy == ($toplefty-5)] {turnw | setcavebot off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement