mIRC Home    About    Download    Register    News    Help

Print Thread
#105091 12/12/04 01:43 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
alias tree {
:begin
.echo -a $chr(124) $notify(%tx) $chr(40) $notify(%tx).ison
if $notify(%tx).ison == $false { .echo 12no conectado }
if %tx > 10 { halt }
inc %tx
goto begin
}

i made this , but in the if %tx > 10 { halt } doesnt work

any help?


mess with the best
#105092 12/12/04 03:30 PM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Code:
Alias Tree {
var %tx = 1
While (%tx <= 10) {
echo -a $Chr(124) $Notify(%tx) ( $Notify(%tx).ison )
If ($Notify(%tx).ison == $false) { echo -a 12no conectado  }
inc %tx
}
}


- Relinsquish

Link Copied to Clipboard