Hi guys,
I am trying to improve my skills with Coordinates..
AND I'M BLOCKED, as you will see my problem.
I'm going to show you the problematic part.
pointx,pointy : array [1..4] of single;
Here are my variables, simple eh.
Those have all specific coordinates all around the map, like pointx[1] is (-123) and pointy[1] is (456) -> (-123,456)
WELL.
There are four of them, and, is it possible the find the nearest couples by player' coordinates.
Peace!