Godot Version 4.4.1
I’m making an enemy for my game, and I want to add a path-following system. I want the enemy to stop for a second when it reaches a corner or a dead end. Do I have to manually code this for every path in the game, or can I create one system that works for all paths? If I can make a system, how would I do it?
Any help will be greatly appreciated.