I might have the syntax wrong (if I do hopefully someone will correct me) but you can store a pointer's address in a var and restore it with a cast operation (lite C).


((ENTITY*)you) = var_x;
you = ((ENTITY*)var_x);

Pros and cons vs a handle, I'm not sure...

Last edited by Rich; 07/03/10 11:01.

A8 com / A7 free