Hi,
good suggestion, even though it's easy to script doesn't mean it wouldn't be even easier and convenient for it to be possible to load multiple scripts in a single command with an internal alias.
Greetz
Btw for those wondering how it could be scripted:
alias loadall { tokenize 44 $1- | var %x = $0 | while %x { load -rs $ [ $+ [ %x ] ] | dec %x } }
Usage: /loadall script1.mrc,script2.mrc,....