It would be nice if mIRC had on load parametrs al least for remote scripts.For example

/load -rs myscript.mrc for_testing_purposes
then
on *:LOAD: if ($1 == for_testing_purposes) {
echo Testing script...
...
}
This would'nt brake the existing scripts