Good idea smile

Code:
on *:UNLOAD: {
  if (!$input(Are you sure you want to unload this script?,dwyk20,Unloading $nopath($script))) {
    var %i = 1
    while ($script(%i)) {
      if ($v1 == $script) {
        echo -acei2 info * Reloading script $+(',$script,') back into the $ord(%i) position.
        .timer 1 0 reload $+(-rs,%i) $qt($script)
        return
      }
      inc %i
    }
  }
}