As the title implies, I would like to have all of the dead units deleted after I leave the battle area. I have three areas of conflict: a small village, a town, and a jungle camp. After leaving the area, how do I clean up the prior area of the remaining dead units?
I was thinking of either using a WP or trigger and when the player reaches a point away from the last battle, the script would then activate.
Can I just use a condition in a trigger and activate it this way:
Cond: "!alive _x" foreach thislist
Act: "deletevehicle _x" foreach thislist
Is there a better way to acheive my goal? Thanks in advance.
Wadmann