That's working but I need the opposite of the 'creator'. I need the 'created' actor. Is it possible?
EDIT: I think I found out another way. Thanks!
EDIT 2: I couldn't find the way. I'll try to explain the whole problem with images:
In my project there is an actor called SINI. SINI has a gene (actor variable) which effects on how they look, behave etc. In this image, there is a group of common SINIs and one big and one which produces chemical to slow monsters.
A timer makes every SINI produce eggs occasionally.
After some time the egg creates new SINI.
I would like to make so that every new SINI are almost clones of their parents...their creators. However this causes many problems.