OK, first I'm going to say this so that there is no mistake: I am not sure I put this in the correct section. Move if you feel it's necesary.
I put together a small thing as a base for my would-be scripts. When I tryed running it I got an error with the include for example
SCAR Code:
Line 59: [Error] (208:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Math.scar
All my script is, is this:
SCAR Code:
Program MyScript;
{.include SRL/SRL.scar}
begin
SetupSRL;
end.
I downloaded SRL through the scar client (3.14) today so I'm sure it's the newest one.Do you have any idea what I did wrong?
Thanks