ldist <gamevar> <sprite1> <sprite2>
Calculates the 2D distance between two sprites, that is only x and y values are taken into account.
<gamevar> is set to the distance between <sprite1> and <sprite2>.
Compare with dist, which uses x, y, and z coordinates.