I'm animating a child object, so that its position is relative to its parent (an empty GameObject). But when the child dies, I want to notify the parent so it can respawn a new child after randomizing its (the parent's) own position.
So, I've added a script to the empty parent, but I need the child to be able to call a function within that script to start the respawn process.