hello i tried to convert the wdl to c...i got it so far, but by this line:

Code:
vec_set(my.target_posX,my.start_pos);



i get the error : syntax error
but what is here wrong?

PS: i defined target_posX and start_pos before in this way:

Code:
#define target_posX skill1;
#define start_pos skill4;



Thanks for your help