menu status,menubar {
Test It
.Do Testit: {
set %x 1
while ( %x <= 2) ) {
TIMER -m 0 3000 /msg AcertainNick %x
inc %x
}
}

^^^^^^^^^^^^^^^^^^^^^^^^^

why does this while activates hundrets of timers bevor it shuts down mirc ?

i whant to make a simple timer in milliseconds that msg a certain nichk each XXXXX milliseconds .. can someone explain me why the code above activates hundret times instead of making 2 ..->(while %x <=2) <-..

greetz