Code:
  
alias pastefile {  
 var %z = $lines(blah.txt)  
 var %t = 1   
 var %x = 0
 while ( %t <= %z ) {    
 .timer 1 $calc(%t + 3) msg $active $read(blah.txt,%t)   
 inc %t 
 inc %x 3
 }
}


thx again that last one worked i just changed it slightly to get a 3 sec delay smile