1
Ask a Question / Re: How to make an actor respawn to it's same location after death
« on: August 19, 2016, 05:37:25 pm »
Before you kill the actor, if in a scene behaviour, save the X and Y position and store those values in scene attributes.
Then when you create the actor again, create the actor using those X and Y positions.
Or just pretend the actor is dead, by making it invisible, then make it visible again when you want to start with a new life etc.
Then when you create the actor again, create the actor using those X and Y positions.
Or just pretend the actor is dead, by making it invisible, then make it visible again when you want to start with a new life etc.