more like this, sorry, shoulda been more specific

.timerlk 0 3 do.this

alias do.this {
if ( %t <= %z ) {
do stuff
inc %t
}
if (%t > %z) { .timerlk off }
}