And can such be done with corpses in general
begin OnReset markfordeleteend
scn GenericDisableOnNextLoadSCRIPT; this script disables and marks for deletion after the second loadshort loadCountbegin OnLoad set loadCount to loadCount + 1 if loadCount > 1 disable markfordelete endifend
scn DisablePilesScript; this script disables and marks for deletion all goo and dust corpse piles after the third loadshort loadCountbegin OnLoad set loadCount to loadCount + 1 if loadCount > 2 disable markfordelete endifend
begin OnReset markfordeleteend