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

The problem with your code ist that temp will sure be used by other functions during the wait instruction... So better use a local variable for that!!


A bus station is where the bus stops. A train station is where the train stops.
On my desk I have a workstation...