Code:
vec_set(ilk.z, my.z);
     vec_set(son.z, my.z);



You can't set vectors like this. Vectors start with the "x" value, not the "z" value. Do it like this:

Code:
vec_set(ilk.x, my.x);
     vec_set(son.x, my.x);



Does that fix the problem?

Last edited by Redeemer; 11/26/09 17:01.

Eats commas for breakfast.

Play Barony: Cursed Edition!