Hi

Ok this command is needed when an entity creates a child entity.
Currently with ent_create(),when the parent entity is removed with ent_remove(),then even the child entity stops running its functions.There are so many times we want a certain child entity to keep running its action irrespective of whether the parent is removed or not.
So I wish a similar command to ent_create can be added or maybe
add modes to the existing ent_create like
ent_create(filename,pos,function,mode);
where mode = 1 means linked to parent
mode = 2 no link to parent

Thanks
zazang


I like good 'views' because they have no 'strings' attached..