How would one find the XZY on a object? Ex: -3.06836, 8.63184, -5.08054
For example I wanted to find the specific coordinates within a house interior how would I find them.
How would one find the XZY on a object? Ex: -3.06836, 8.63184, -5.08054
For example I wanted to find the specific coordinates within a house interior how would I find them.

Make a trigger activated by Radio Alpha (or any other code) and set its activation to repeatedly. Then paste below in the onActivation line:
By activating the radio, it shows you the current player coordinates.Code:hint format ["%1", getPosATL player];