iwontnamemyself
The "falling" process is -
1. scan all chess from left to right, and down to top
2. try to move down chess if possible.
Before "falling", you might check if chess has been removed from board, You might add "wait 0" before "falling" to remove chess registered in rex_board automatically.