Trouble with an mIRC timer

on *:text:!startctt:#channelhere:{
  if ($nick isop $chan) {
    .timerctt 0 900 cttread $chan
  }
}

alias cttread {
  set %randomread $r(1,$lines(pathtofile\cttmsg.txt))
  describe $1 $read(pathtofile\cttmsg.txt,%randomread) $read(pathtofile\cttlink.txt,%randomread)
}

There you go :slight_smile: