made the event and log but what am I suppose to enter for the message?
Whatever you want. For example, Log "Adventurer "&Adventurer.UID&" FIND PATH"
Then open browser console in preview and watch for this message.
.
The problem is Turret behavior, it somehow prevents Pathfinding from moving. I'm guessing it tries to change the angle.. If you disable Turret immediately after "Find path", then the adventurer moves correctly. Try using a different sprite for turret behavior, pinned to the Adventurer sprite.
Also, using Solid on the same Adventurer sprite can cause problems, don't do this. Same with adding Adventurer sprite to obstacles.. If you want to prevent multiple adventurers from bumping into each other, this is not the right way to do it.