Quick stupid question
Posted: Sun Mar 25, 2007 7:05 pm
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...
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...