How to change a stationary wall to a moving wall by scheme command?
We can use the following command to change the wall with ID = 1 to a moving wall:
(send (get-thread 1) set-var! 'motion-bc 1)
To revert back to a stationary wall, we can use:
(send (get-thread 1) set-var! 'motion-bc 0)