I know I want to implement a fairly simple FSM graph for NPC AI but I'm running into a few issues with the implementation. You want to very simply say things such as "If you can reach the player to use a specific ability on them within X turns, try to do that."
You want to be able to define these rules-based behavior states in assets and not in code because that's how we're doing things.



