Greetingz people!
Welcome to another tut by ... me 
I've been searching hidden features in SCAR again...
And, well, my search didn't turn up blank!
I found out a very interresting thing actually...
SCAR CAN LOAD ALTERNATE DEFAULT SCRIPTS!
Yes, and of course i just had to post it, since it's very useful...
So, the default script now is:
Now, most people write scripts for SRL... and most tend to forget SetupSRL; once in a while...
So, we'd want to load for example:
SCAR Code:
program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
end.
Well, it Is possible, just copy whatever you want to load into notepad/scar and save it in scar's main directory (X:\Program Files\SCAR 2.03\) named "newscript.txt" and it will load that at startup and when pressing New!

I hope this helps some people, have fun