Sorry dude, tried making it look effective. Try this.. smile

Code:
On *:Start: {
  var %x = 1
  echo -a Current Scripts Loaded..
  while (%x <= $script(%x)) {
    .timer 1 %x echo -s $+(%x,.) $nopath($script(%x))
    inc %x
  }
  .timer 1 $calc($script(0) + 1) echo -s End of currecnt loaded scripts.
}


-Andy