ok here is a thing set this as your default in scar
SCAR Code:program NewScript;
{.include SRL/SRL.scar}
var
x,y:integer;
Procedure Setup;
begin
SetupSRL;
ActivateClient;
end;
begin
Setup;
end.
* two spaces after each begin
* one space after a var
* dont capitalize bold words
* capitalize all other words
* two spaces after a case
* two spaces after a repeat
jus somthing to help keep ya standerds right etc





Reply With Quote












