Cancelor

CAN-DoASAP.txt

Sep 10th, 2020 (edited)
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ///////////////////////////////////////////
  2. ////                                   ////
  3. ////    CAN-DoASAP.txt                 ////
  4. ////                                   ////
  5. ////    Called by CAN-CoreScript.txt   ////
  6. ////                                   ////
  7. ///////////////////////////////////////////
  8.  
  9. ///////////////////////////////////////////
  10. ////                                   ////
  11. ////    Do this every loop.            ////
  12. ////                                   ////
  13. ///////////////////////////////////////////
  14.  
  15. if CanDebug > 0 echo ">>> Starting CAN-DoASAP.txt - Cycle {CanCount}. <<<"
  16.  
  17.  
  18. ////////////////////////////////////////////////
  19. //  Un-comment the line below to exit and     //
  20. //  close bot after looping 10 times.         //
  21.                                               //
  22. ##  if CanCount > 10 exit                     //
  23. ////////////////////////////////////////////////
  24.  
  25. ////////////////////////////////////////////////////////
  26. //  Update NEATO.                                     //
  27. ##  if CanUseNEATO == "yes" call "CAN-UpdateNEATO"    //
  28. ////////////////////////////////////////////////////////
  29.  
  30. ##renamecity City
  31.  
  32. return
  33.  
Add Comment
Please, Sign In to add comment