Such as counterintuitive fixes to a problem, or where a mistake unexpectedly results in an even better outcome than originally hoped for.
Such as counterintuitive fixes to a problem, or where a mistake unexpectedly results in an even better outcome than originally hoped for.
Ton of things in ARMA 3’s scripting system due mostly to undocumented or improperly documented commands. Like having a trigger zone that damages the player while in it doesn’t work by having them inside the zone (I mean, it does but it will just insta kill instead of slowly dealing damage every tic), instead what works is making a zone for the safe area, and then inverting it for the damage so it only hurts them outside the trigger.