Trying to use _unit inArea _trigger to determine if a unit is inside a trigger does not work correctly.
It does not always produce the same result as [_trigger, _unit] call BIS_fnc_inTrigger or _unit in list _trigger, especially when trigger length and width are not equal.
The command seems to confuse trigger length with width and vice versa.