When my character dies, I just want to restart the level from my original playerstart location, I also want to reset the position of an NPC I have in the level, not sure how to do this or where, at the map level or character level or somewhere else?
When I get attacked by the NPC (death) it looks like it restarts me in the exact spot I died and the NPC is still in the same spot too, so I just keep getting killed over and over
one thing worked out when I can’t move, I had to put a ‘Enable Input’ before the Restart Game begins, but I need something to start me back at my player spawn
it does use the default player start, it makes sense to me to change the restart game into the map blueprint instead of the player but I’m not sure how
oh sorry no it is working as intended I just interpreted what was happening wrong, the player just isn’t going back to PlayerStart + I can see the player character bp is destroyed when attacked so when I attempt to possess it won’t work because its not there anymore… not sure