How I make, a timer count the time, and then run the command associated with it?
I want to count the 30 seconds timer, then run $ gettok .join (? Nal% nums, 32).
I do not wish to continue the loop until the time expires in 30 seconds ..
EXAMPLE:
alias Autojoin {
var %Nums = 1
while (%Nums <= $numtok(%canales,32)) {
.timer 1 30 .join $gettok(%canales,%nums,32)
inc %Nums
}
}
I need a pause is made, until after the count of 30 seconds.