instead of this:
var move_vec[3] = 0,0,0;

try this:
VECTOR move_vec;



Ubi bene, ibi Patria.