No worries, stuff like this is difficult to debug so we need to think of a way to highlight to players what the issue is. A tool, something like a pathfinder debugger, could be really helpful in a lot of cases.
1 Like
That would be a great improvement!
1 Like
Assuming the game has an object ID and person ID for all stuff and people in game, make a list with a person ID and object ID that cannot connect when a āscan for problemsā button is pushed. Make a list with errors between thoseā IDs and label them with in-game labels. Then you can solve them rule by rule. Do this with a āpush buttonā to mitigate lagging, memory eating, etc⦠since when building / deleting stuff errors will be all over.