ID:173991
 
I want to make it so when mobs and players die they leave behind a corpse.

Any ideas how I could get them to leave a overlay on the ground?
Ive been thinkin about this for my game too. I think the way to go about it would be to make an icon state for a dead player and then make an obj/corpse and when the player dies move whatever you want to stay on the corpse to a new/obj/corpse and place that obj at the players.loc and then go ahead with the normal death stuff. This is just a general idea but thats the idea Im goin with atm.