From 2004 to 2006 my default was:
SCAR Code:program New;
begin
end.
During 2007 it was:
SCAR Code:program New;
{.Include SRL\SRL.SCAR}
begin
SetUpSRL;
end.
Now-a-days it is:
SCAR Code:program NewSMARTScript;
{.Include SRL\SRL\Misc\SMART.SCAR}
{.Include SRL\SRL.SCAR}
begin
SmartSetUp('world38', True, False); {World prefix. Use low detial. Use unsigned Java.}
SetTargetDC(SmartGetDC);
SetUpSRL;
end.
Post yours!![]()









Reply With Quote







...












