dan ling-yang 0 Posted April 28, 2020 so on my units server we are running a clean up script, due to the lack of mass graves and body piles withing arma we are trying to a manual mass grave but due to the clean up script it stops that from happening is there away to stop that script running on certain objects? Share this post Link to post Share on other sites
opusfmspol 282 Posted April 28, 2020 setVariable in the dead body objects, and modify the cleanup script to look for the variable. If nil or false, clean up but if found true don't clean up. Or modify the cleanup script to include an object blacklist to check, and add the bodies to the blacklist. Probably other ways also. Share this post Link to post Share on other sites