this is what i have..
alias blah {
var %i 1
while ($wrap($1-,dungeon,9,530,0) >= %i) {
var %txt $wrap($1-,dungeon,9,530,%i)
drawtext -pbr @bottombar $rgb(0,0,0) $rgb(218,230,231) dungeon 9 406 40 - $asctime(HH:nn) - %txt
actualiza_noticias

inc %i
}
}
mirc say: * Invalid format: $wrap on var %txt $wrap($1-,dungeon,9,530,%i) wtf ?
the same it happens if I put drawtext -pbrc @bottombar $rgb(0,0,0) $rgb(218,230,231) dungeon 9 406 40 - $asctime(HH:nn) - $wrap($1-,dungeon,9,530,%i)

Last edited by tekno; 11/02/04 04:12 PM.