
Originally Posted by
Ogre
Use
this to download the files from the SVN.
Also, you have the most up to date Public version of SRL, but the Dev version is much more up to date, I recommend you get that.
So I updated via Tortoise SVN and now have SCAR 3.23 Beta and SRL revision 527 or some junk. Used the URLs you suggested. Now neither script will compile...

Originally Posted by
SCAR
Failed when compiling
Line 15: [Error] (88:11): Unknown identifier 'SmartIsKeyDown' in script C:\SCAR\includes\SRL\SRL\Misc\SMART.SCAR
Code:
function IsKeyDown(C:Char): Boolean;
begin
Result := SmartIsKeyDown(ord(c));
end;
{$endif}