I use cLAW for extended periods of time.  When I do, I still get slowdowns - despite the great help TM has provided.  When those slowdowns happen, I think this portion of the script I've modified is causing crashes:
sub git_back
  if #charposX = %playerX && #charposY = %playerY && #charposZ = %playerZ
    return
  repeat
    namespace copy TM_loot_in_progress from global TM_loot
  until !TM_loot_in_progress <> #TRUE
  event pathfind %playerX %playerY ; %playerZ
  wait 3s
return
Basically, it is dragging when this sub triggers - even though it looks to me that it shouldn't be if looting is in progress.
Help?