mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Using "Wait for the previous action to complete to perform another" is more accurate in these cases, because dayz_actionInProgress could have been set by any action, not necessarily the same one.
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
private "_pos";
|
|
|
|
_pos = getPosASL (_this select 0);
|
|
|
|
if !(surfaceIsWater _pos) then {
|
|
_pos = ASLToATL _pos;
|
|
};
|
|
|
|
_pos |