Hey! I'm stumped, can someone answer why:

var funbananas;

you.whatever = handle(smellyThing);
funbananas = handle(you);
vec_diff(temp.x,camera.x,funbananas.x);

Returns an error that "x is not a member of function" (whatever that is supposed to mean). BUT if I replace funbananas.x with you.x, it works. It seems like Lite-C doesn't like my using the funbananas handle as .x directly

Any ideas what's going on or what I am doing wrong?

Dyuhhhh thanks :P