About this snippet
Overview
you ever had a script unglue, this snippet puts your shit back together as long as all your files are mrc. do /reloadall in status or you can create a item where ever you want using Emergency Reload:reloadall
alias reloadall {
var %l = 1 , %i = $ifmatch
while ($findfile($mircdir,*.mrc,%l)) {
%i = $ifmatch
if (!$script(%i)) .load -rs " $+ %i $+ "
inc %l
}
}