predoc 10 Posted June 18, 2019 Hello everybody, I would like to make my whole tank squad invulnerable by using the debug console. As far as I know, these lines are working: (vehicle player) allowDamage false; (vehicle player) setdamage 0; but they are yust for my vehicle. Is it possible to change these lines, in order that includes the whole squad? How would it look like? Thanks for your help and apologize for my noob question. Share this post Link to post Share on other sites
Spatsiba 89 Posted June 18, 2019 { vehicle _x allowDamage false; } count units group player; try that? Haven't touched arma in a while so could be wrong. Share this post Link to post Share on other sites
predoc 10 Posted June 19, 2019 Thanks that seems to work during my tests Share this post Link to post Share on other sites