hi there. maybe anyone can help me with this csar-script.
i activate "csar.enableForAI = true" but now i have the problem, that in my self-building mission in about 6 hours a couple of downed pilots waiting for csar...
is there any way to let the downed pilots despawn after a time of 30 minutes or so?
atm i solve this by using trigger about time, so after every hour with script command "Group.getByName('Downed Pilot #1679'):destroy()" with the right pilot # increasing, some of the latest downed pilots despawn.
but this is not the best way i think because i have to do a script command for every downed pilot seperately.
So, how could i get the downed pilots to despawn (maybe they are succumbed by their injuries) after a time of x minutes?