/* * Author: esteldunedain * Converts Arma "Position" to ASL * * Arguments: * 0: position x * 1: position y * 2: position z * * Return Value: * None * * Public: No */ #include "script_component.hpp" if (surfaceIsWater _this) then { _this } else { ATLtoASL _this };