Hey guys,
I am new to editing in Arma 3 and need help. In my scenario I have made a task to destroy a certain number of vehicles. I have used 2 commands (separated) 1.) !Alive and 2.) (count (crew "vehiclename")) == 0 but when used !alive command, sometimes the game won't recogonize that they are destroyed/disabled and when using command (count (crew "vehiclename")) == 0, when vehicle is disabled crew members jump out which is OK, but if I destroy that vehicle (BOOM) it still recognizes bodies inside it (I don't know how to change it to not count the bodies). It's all made in editor using modules and triggers (scripting is hard for me to learn).
Thank you for all your replies!