First of all, wrong section.
Well, I don't have much time to try it out, but this is doable.
With a loop checking every object check for conditions :
- firen player and other id freeze or way around
- proper health
- same team
save target and positions as variables
then another loop to make sure if they can do it safely
- check if no other enemy player alive between saved positions
then simply make the ai run towards target
apply this for both ids and youre set
Well, I don't have much time to try it out, but this is doable.
With a loop checking every object check for conditions :
- firen player and other id freeze or way around
- proper health
- same team
save target and positions as variables
then another loop to make sure if they can do it safely
- check if no other enemy player alive between saved positions
then simply make the ai run towards target
apply this for both ids and youre set