If you have hidden the command bar then you can use this for each wait script.
request (Show, "command")
wait {
request (Hide, "command")
}
It should be possible to make the game respond to a click anywhere on the screen using JS but that one is a bit beyond me.