Hi,

I have a quick question. A little rusty on my scripting, not to mention I'm not that good at it anyway.

Is there a reason why this doesn't work:

vec_set(vector(my.scale_x, my.scale_y, my.scale_z),vector(0.5 ,0.5 ,0.5 ) );

But this does?:

vec_set(my.scale_x,vector(0.5 ,0.5 ,0.5 ) );

It does not error, it just doesn't do anything...

I posted in this section because I am using Lite-C, not C-script, I don't know if it works in C-script. Sorry if it is out of place.

Thanks.