Hi
I realize that the distance operator is used to find the distance between two objects. But I now have a calculated position using given position and randomness, and I want to check the resulting distance.
How would I do this?
I tried "Abrams" createVehicle [_x, _y, _z] (something like that), in an earlier experiment, but that would apparently snap the tank to the ground (ignoring the z coordinate), so I guess creating and deleting a temporary object for distance measuring would fail. Funny thing is though, that bombs and flares and such are created where they should.
Did I miss something in scripting class?
Algebraic approach?
All help appreciated.