parent/creator exists?

Posted:
Tue Nov 30, 2004 4:06 am
by jazz_e_bob
What is the best way to test if an actors parent/creator exists?

Posted:
Tue Nov 30, 2004 11:47 am
by makslane
Test the parent or creator name:
if(strcmp(parent.clonename, "")==0)
{
//No parent
}