(05-04-2015, 05:49 PM)TheDoctorPoo Wrote: Can you explain this script in grater detail?
I can.
In short, you specify and entity which will be moved a tiny distance per frequency.
If the frequency and the space is defined to 0.01, the object will move a distance of 0.01, each 0.01 second.
It will keep doing this, until the destination is reached.
It knows when the destination is reached, because every time it repeats, a variable is getting smaller and smaller, and at the 1/100 of a second it reaches 0 or lower, it will stop.
Then a function calls, to say that the entity has arrived.
Did that make sense?
Trying is the first step to success.