i tried to respawn a (wolf) character from the same blueprint when it die but it didnt work what should i do
Well, thinking about how you’d probably do it, you deleted the enemy. That means that the code to respawn it, if it’s inside the enemy code, will never run. You need an Actor to spawn ai. However you really should just make a “reset” function and have the game reset all the variables to the default of when they spawn, and then have the spawning actor cast to it and change the position to where it needs to be.
thx