Page 1 of 1

death.src

Posted: Mon Aug 21, 2006 1:01 pm
by GEEK
On NPC death pol execute death.src
death.src report the corpse in "program death(corpse)".
In corpse I have all cprops was on npc before die.
But if npc had member npc.master, corpse also ha corpse.master?

Posted: Mon Aug 21, 2006 1:21 pm
by CWO
depending on the way POL handles it.

I wouldnt think it would only because in the POL Class Hierarchy NPC has a .master property that it specifically can get as a POLCLASS_NPC. Since that class isnt a parent class of POLCLASS_CORPSE, corpse doesnt inherit this prop.

Answer in English: Most likely no.