So I am setting up an Behavior Tree and I would like to have a task that is executed based on the player’s position around the enemy.
Example would be:
Use Tail Whip attack if player is behind enemy
How can I make this happen? I know It would need to be coded inside of a Decorator but beyond that I’m not sure where to go with the code!
Thanks!