My character can't move when he is trying to skin dl's body which is under fire bomb. Question is what to write in script to ignore bodies which are under fire? And maybe there are other things I can add to script to improve it.

My script which is found on forum and I'm trying to use right now.

auto(1000)
if (maround(7,false) == 0 and $lootbodies == 0)
then
wait(50,100)
skin(7,false)
end

Thank you in advance.