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?
death.src
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.
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.