Hi im not sure how to tell an AI that the enemy that it is current fighting is dead and to remove the enemy that was being though from their enemy list.
Any suggestions would be great!
Hi im not sure how to tell an AI that the enemy that it is current fighting is dead and to remove the enemy that was being though from their enemy list.
Any suggestions would be great!
depends on how you are getting and setting the enemy. are you using pawn sensing?
I was trying to use AI Perception
if i remember right you can set the dead pawn to be unpossessed by its controller and that should do it. otherwise you will need to give it some kind of instruction like if target health =0 then do something like find new target. try the possesses though im pretty sure it works.