well i did this:
Code:
alias run1 {
  /.set %log %logpath $+ renlog_ $+ $date(m-d-yyyy) $+ .txt
  if ($read(%log, 1)) {
    if (*load* !iswm $read(%log ,1)) && (*loading* !iswm $read(%log ,1)) {
      /.notice $me [color:red]$replace($read(%log, 1),$chr(32),$chr(160)))[/color] | /.write FDS_Log_ $+ $date(m-d-yyyy) $+ .txt $read(%log , 1) | /.write -dl1 %log
    }
    else {
      if (*loading* !iswm $read(%log ,1)) {
        .write -dl1 %log
      }
      else {
        if (*loading* iswm $read(%log ,1)) {
          /.notice $me [color:red]$replace($read(%log, 1),$chr(32),$chr(160)))[/color] | /.write FDS_Log_ $+ $date(m-d-yyyy) $+ .txt $read(%log , 1) | /.write -dl1 %log
        }
      }
    }
  }
}

but it doesnt work and i cant see why


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11