View File Summary:  This is a python script that checks for stack dumps in papyrus logs.   Background: If too many papyrus scripts exist in memory (the papyrus engine stack) all at once, the engine will dump some of its stack to garbage to prevent a stack overflow. Those dumped scripts are not retrieved nor revived, some will restart from scratch with all their state reset, but some will never restart on their own. Script dependencies can break, thre