so u want smth like this?

quickedit...
Code:
on !*:text:!fact:#usa: {
  if (%fact == 0)  {
    :s
    set %cfact $read(C:\mIRC\facts.txt)
    if (%cfact == %lfact) { goto s }
    set %lfact %cfact
    msg #usa %cfact
    set %fact 1
    .timer 1 30 set %fact 0
  }
}