These don't work, I get an Unknown parameter error:
vec_set(testvec, you.aiDumbBiped01_force_vec.x);
vec_set(testvec, you.aiDumbBiped01_force_vec);
This is ok, but not what I want:
vec_set(testvec, aiDumbBiped01_force_vec.x);
All the entities have the same Action. How can I get the aiDumbBiped01_force_vec vector from the you pointer?