I tried using
on start of layout
for each pathfindingobject
pick a random instance of destination --> find path to destination.X, destination.Y
on path found --> move along path
but for some reason only one of them moves.
also i want to make them pathfind to a different instance once they reach their destination but it doesn't work
pathfindingobject is overlapping destination --> find path to random instance again
for information, pathfinding object is a sprite and destination is a tiled background.