ID:175167
 
How can I use this for mobs other than the character? I have a train and I've made a set area so it cannot leave the track, but if I put src.destination = TOP (an already defined var) it wont go to it.
<code>train.base_StepTowards(destination)</code>

That's assuming that the var "train" is the train, and the var "destination" is where you want it to go.