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...

if (parent.cloneindex < 0)
{
DestroyActor("Event Actor");
}
Users browsing this forum: No registered users and 1 guest