Code:
temp = vector(1,0,0);
wait(-5.0);
c_move(me, temp, nullvector, GLIDE);


I'm using the above code and my model teleports after the 5sec delay. I've tried changing the x value to 0.1 and the result is still the same. My intention was for the model to just walk/run...what am I doing wrong?