Can you give me a little context as to why you want to run a countdown/time it?
he want to know how long he needs from Point A to B.
@Detk0rd, read about the pythagoros (now you know why you learned it in the school) it works for vectors too. But maybe you find a function in the api which u can use.
The speed you can get via the api through the Creature prop toX, toY and toZ.
he want to know how long he needs from Point A to B.
due to the limitations of gps at the moment, and the fact it will ALWAYS move in a straight line between points, using your current position, move to position, and your movement speed - Yes you can use the pythagoros theorem to accurately determine time between each point. To determine time from current position to the end of the route? much more diffficult, but still in theory possible