thetrooper 10 Posted January 25, 2014 Anyone know a scipt to make a unit invincible (not die) and then later make it so it can die again? Share this post Link to post Share on other sites
meatball 25 Posted January 25, 2014 Check out allowDamage Share this post Link to post Share on other sites
Gunter Severloh 4087 Posted January 25, 2014 this allowdamage false; put that into the init line of your soldier. Share this post Link to post Share on other sites
tryteyker 28 Posted January 25, 2014 Another way unit addEventHandler ["Hit",{false}]; Only works locally, use MPHit equivalent when in MP. Remove with removeEventHandler. Share this post Link to post Share on other sites
Reticuli 14 Posted January 18 Any way to make all units mortal and basically fix some units being invincible? Share this post Link to post Share on other sites
Northup 21 Posted January 22 On 1/18/2025 at 2:49 PM, Reticuli said: Any way to make all units mortal and basically fix some units being invincible? { _x allowDamage true; } forEach allUnits; Share this post Link to post Share on other sites
pierremgi 4944 Posted January 22 On 1/18/2025 at 9:49 PM, Reticuli said: Any way to make all units mortal and basically fix some units being invincible? Spawned in game or edited (i.e. existing at start)? Share this post Link to post Share on other sites