I have the following:
actor -> path1 -> path2 -> path3 ... and so ...
When I change from path1 to path2 (using actor's "Path Finish") it's ok.
But when I change from path2 to path3 (using actor's "Path Finish" again) it is not work and send actor to initial path1.
Why ?
How can I solve this problem and send actor from path2 to path3 ?