Moves n values from one state to another. Pops the values from 'from' and pushes them to this state.
void xmove(LuaState from, int n);