If a loop has an defined end/exit and you do not want to see someting happening in your loop, you do not need a wait().
max_loops defines the max. loops without a wait().
wait "waits" for the next screen-refresh.

mercuryus