Change parent to the actor created

I want to have enemies create their "collision mask" but when there are clones they all seem to try and parent to the same thing. I have this code and have tried a couple other that all seem to not work. Can anyone help?
- Code: Select all
Actor * named = CreateActor("enemy_collide", "collide", "(none)", "(none)", 0, 16, false);
ChangeParent("Event Actor", named->name);