action move_box()
{
ENTITY* box;
box = me;
.....
}

-OR, much easer:-
#define box me