I am currently facing a problem with timers not pausing. Here is an example.

.timermoo 1 500 echo $active moo
.timermoo -p

Now, you'd think $timer(moo).secs would constantly return the same value after this, but it doesn't appear to. The timer keeps ticking down.. the returned integer keeps changing. What am i doing wrong here?