Usage of #sCnt and #sCnt2
Do not overwrite those values for other subs (and possibly the main script using the subs.txt) may rely on their original values. In order to use them as a counter, look at the following bit lines of code:
set %_timeOut #sCnt2 + 20
_loop:
if #sCnt2 < %_timeOut
goto _loop