I know that I will feel very stupid when I will get the answer but:
how can I (in script editor) make my event when the parent actor gets destroyed? I mean something like this:
if (DestroyActor("parent"))
{
DestroyActor("event actor");
}
Thanks
EDIT: Of course this code doesn't work...