Log in

View Full Version : Scars Default Script, changed!



man slaughter
09-01-2008, 08:23 PM
this is amazingly annoying.
when i open scar i get a script i downloaded 2 weeks ago. when a i press the new script button i get that same script.

where can i edit the default script.

i deleted the script its showing but, it still uses it as default.!

bullzeye95
09-01-2008, 08:25 PM
Type in the script you want to have as your default and go to File > Save as default.

man slaughter
09-01-2008, 08:27 PM
i mustave pressed that button accidentally.

i spent half an hour searching goog and this forum. man.

Waddo
09-01-2008, 11:20 PM
google wont help you much
just for the hell of it heres my default
program New;
//{.include SRL/SRL/Misc/Smart.scar}
{.include srl/srl.scar}
//{.Include SRL/SRL/reflection/Reflection.Scar}
var
x,y:integer;

{Procedure SetupSMART;
Begin
SmartSetupEx(136, false, false, False);
SetTargetDC(SmartGetDC);
If Not (LoggedIn) Then
While Not (SmartGetColor(360, 172) = 13158) Do
Wait(100);
End; }

Procedure Setup;
begin
setupsrl;
//SetUpSmart;
//setupreflection;
end;

begin
setup;
end.

AzulDrake
09-04-2008, 06:39 AM
Great default Waddo :)