I’m trying to figure out how to make my enemy AI attack the player one at a time. I have 2 enemy AI and if the player gets damaged, no one should attack after x time. However, currently both of the AI attack without any delay between them.
AI attack is located in behavior tree and set as a task
AI damage to player is located in Enemy AI blueprint