I am working on a platformer that has pickups that stay after death (this is intentional), is there a way to reset an object (player) position to the same position they were created at without resetting the layout? if I reset the layout all of the pickups get created again
(The reason I don't just insert the actual position I set when I created the character is that I have multiple levels that use the same event sheet)