So I got through filtering out elements, and applying a sequential number to a specified parameter, but whAt I’m finding difficult is making that order of numbering start in the upper left corner and go left to right, and top to bottom.
It seemed like default the script liked bottom left start, left to right, bottom to top…
Then when I deleted a pile in the middle and copied on in its place, that number came up last, so apparently placement order comes into play at some point.
I tried extracting Xs and Ys and parsing the data around, but I struggled with that. And I also thought there could be situations with Shared Coords that could lead to a failure. Unless I base my Coords off of PBP. But I digress….